Skip to content

Commit e22895a

Browse files
committed
Deprecate types gulpESLintNew.FormatterContext and gulpESLintNew.ResultsMeta
1 parent 018aa22 commit e22895a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/gulp-eslint-new.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ declare namespace gulpESLintNew
2424
warnIgnored?: boolean | undefined;
2525
}
2626

27+
/** @deprecated Use type {@link eslint.LintResultData|`ESLint.LintResultData`}. */
2728
type FormatterContext = eslint.LintResultData;
2829

2930
type FormatterFunction = eslint.FormatterFunction;
@@ -172,6 +173,7 @@ declare namespace gulpESLintNew
172173

173174
type LoadedFormatter = eslint.LoadedFormatter;
174175

176+
/** @deprecated Use type {@link eslint.ResultsMeta|`ESLint.ResultsMeta`}. */
175177
type ResultsMeta = eslint.ResultsMeta;
176178

177179
type Writer = (str: string) => Awaitable;

0 commit comments

Comments
 (0)