We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0706bda commit 271aefeCopy full SHA for 271aefe
2 files changed
packages/plugin-eslint/src/index.ts
@@ -6,6 +6,7 @@ export type { ESLintPluginConfig } from './lib/config';
6
7
export {
8
eslintConfigFromNxProjectAndDeps,
9
+ // eslint-disable-next-line deprecation/deprecation
10
eslintConfigFromNxProjects,
11
eslintConfigFromAllNxProjects,
12
eslintConfigFromNxProject,
packages/plugin-eslint/src/lib/nx/index.ts
@@ -1,4 +1,5 @@
1
2
3
4
5
} from './find-all-projects';
0 commit comments