Skip to content

Commit

Permalink
refactor(plugin-eslint): disable lint deprecation on our deprecated A…
Browse files Browse the repository at this point in the history
…PI export

Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
  • Loading branch information
vmasek committed May 22, 2024
1 parent 0706bda commit 271aefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-eslint/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type { ESLintPluginConfig } from './lib/config';

export {
eslintConfigFromNxProjectAndDeps,
// eslint-disable-next-line deprecation/deprecation
eslintConfigFromNxProjects,
eslintConfigFromAllNxProjects,
eslintConfigFromNxProject,
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-eslint/src/lib/nx/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export {
// eslint-disable-next-line deprecation/deprecation
eslintConfigFromNxProjects,
eslintConfigFromAllNxProjects,
} from './find-all-projects';
Expand Down

0 comments on commit 271aefe

Please sign in to comment.