Skip to content

Commit 271aefe

Browse files
committed
refactor(plugin-eslint): disable lint deprecation on our deprecated API export
Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
1 parent 0706bda commit 271aefe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/plugin-eslint/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export type { ESLintPluginConfig } from './lib/config';
66

77
export {
88
eslintConfigFromNxProjectAndDeps,
9+
// eslint-disable-next-line deprecation/deprecation
910
eslintConfigFromNxProjects,
1011
eslintConfigFromAllNxProjects,
1112
eslintConfigFromNxProject,

packages/plugin-eslint/src/lib/nx/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export {
2+
// eslint-disable-next-line deprecation/deprecation
23
eslintConfigFromNxProjects,
34
eslintConfigFromAllNxProjects,
45
} from './find-all-projects';

0 commit comments

Comments
 (0)