mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-10 11:26:58 +00:00
add lint rule to warn about missing deps in workspaces
This commit is contained in:
parent
2cd1ac2e0e
commit
bef68ee081
@ -28,6 +28,10 @@
|
|||||||
{ "newlines-between": "always", "alphabetize": { "order": "asc" } }
|
{ "newlines-between": "always", "alphabetize": { "order": "asc" } }
|
||||||
],
|
],
|
||||||
"no-constant-condition": ["error", { "checkLoops": false }],
|
"no-constant-condition": ["error", { "checkLoops": false }],
|
||||||
|
"import/no-extraneous-dependencies": [
|
||||||
|
"error",
|
||||||
|
{ "devDependencies": false }
|
||||||
|
],
|
||||||
"sort-imports": [
|
"sort-imports": [
|
||||||
"error",
|
"error",
|
||||||
{ "ignoreDeclarationSort": true, "ignoreCase": true }
|
{ "ignoreDeclarationSort": true, "ignoreCase": true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user