feat: add fix config (#22716)

https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md
This commit is contained in:
Alan Agius
2018-01-07 09:25:17 +01:00
committed by Mohamed Hegazy
parent 3b091f190c
commit 3aa8a1a1cc

View File

@@ -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;