mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
feat: add fix config (#22716)
https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md
This commit is contained in:
committed by
Mohamed Hegazy
parent
3b091f190c
commit
3aa8a1a1cc
3
types/stylelint/index.d.ts
vendored
3
types/stylelint/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for stylelint 7.10
|
||||
// Type definitions for stylelint 7.11
|
||||
// Project: https://github.com/stylelint/stylelint
|
||||
// Definitions by: Alan Agius <https://github.com/alan-agius4>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -17,6 +17,7 @@ export interface LinterOptions {
|
||||
cache?: boolean;
|
||||
cacheLocation?: string;
|
||||
files?: string | string[];
|
||||
fix?: boolean;
|
||||
formatter?: FormatterType;
|
||||
ignoreDisables?: boolean;
|
||||
reportNeedlessDisables?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user