Commit 6f46365
test: disable import/no-extraneous-dependencies eslint rule due to false positives
Within the repository nested package.json files may be used for secondary entrypoints, side effect marking, and/or module type definition. However, the rule considers them as root package.json files and as a result issues errors due to the otherwise intended lack of dependencies in the nested package.json files.1 parent 1cb07ca commit 6f46365
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments