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.
1 parent 0e3a5b1 commit 90a5891Copy full SHA for 90a5891
packages/create-app/eslint.config.js
@@ -9,6 +9,8 @@ module.exports = [
9
'error',
10
{
11
ignoredFiles: ['{projectRoot}/eslint.config.{js,cjs,mjs}'],
12
+ // TODO: @nx/dependency-checks incorrectly reports unused dependencies
13
+ checkObsoleteDependencies: false,
14
},
15
],
16
0 commit comments