This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Commit 38dbe5a
committed
feat(eslint.config.js): add import/no-extraneous-dependencies rule
This commit adds a new rule to the ESLint configuration. The rule,
'import/no-extraneous-dependencies', is set to 'error'. This will help
ensure that no unnecessary dependencies are imported into the project.1 parent a699a48 commit 38dbe5a
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
0 commit comments