Skip to content

Commit

Permalink
MI-72: Include workspace package.json to no-extraneous-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Oct 30, 2024
1 parent 1f49988 commit b9b940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const eslintBaseConfig = [
optionalDependencies: false,
peerDependencies: false,
bundledDependencies: false,
packageDir: './',
packageDir: ['.', '../..'],
},
],
},
Expand Down

0 comments on commit b9b940d

Please sign in to comment.