We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gulpESLintNew.FormatterContext
gulpESLintNew.ResultsMeta
1 parent 018aa22 commit e22895aCopy full SHA for e22895a
lib/gulp-eslint-new.d.ts
@@ -24,6 +24,7 @@ declare namespace gulpESLintNew
24
warnIgnored?: boolean | undefined;
25
}
26
27
+ /** @deprecated Use type {@link eslint.LintResultData|`ESLint.LintResultData`}. */
28
type FormatterContext = eslint.LintResultData;
29
30
type FormatterFunction = eslint.FormatterFunction;
@@ -172,6 +173,7 @@ declare namespace gulpESLintNew
172
173
174
type LoadedFormatter = eslint.LoadedFormatter;
175
176
+ /** @deprecated Use type {@link eslint.ResultsMeta|`ESLint.ResultsMeta`}. */
177
type ResultsMeta = eslint.ResultsMeta;
178
179
type Writer = (str: string) => Awaitable;
0 commit comments