Commit 29faaa1
fix: resolve eslint plugin resolution failures for eslint-plugin-devtools
- Add @typescript-eslint/eslint-plugin as devDependency of eslint-plugin-devtools
to ensure it can be resolved when eslint runs in that package directory
- Downgrade eslint-plugin-mocha from ^11.2.0 to ^10.5.0 since v11 requires
ESLint >=9.0.0 but the project uses ESLint 8; also add it as devDependency
of eslint-plugin-devtools for the same resolution reason
- Update .depcheckrc to ignore these transitive ESLint plugin dependencies
- Regenerate package-lock.json with both packages hoisted to root node_modules
Agent-Logs-Url: https://github.com/mongodb-js/devtools-shared/sessions/9a28fb7a-4cd1-47ed-bc28-c800e06ac7be
Co-authored-by: nirinchev <2315687+nirinchev@users.noreply.github.com>1 parent 669634b commit 29faaa1
4 files changed
Lines changed: 812 additions & 269 deletions
File tree
- configs
- eslint-config-devtools
- eslint-plugin-devtools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments