mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 10:58:18 +00:00
test: build tools are expected to use dev dependencies
This commit is contained in:
parent
789bebed00
commit
c5546e7eee
@ -30,7 +30,16 @@
|
|||||||
"no-constant-condition": ["error", { "checkLoops": false }],
|
"no-constant-condition": ["error", { "checkLoops": false }],
|
||||||
"import/no-extraneous-dependencies": [
|
"import/no-extraneous-dependencies": [
|
||||||
"error",
|
"error",
|
||||||
{ "devDependencies": ["**/*.test.ts", "**/*.spec.ts", "**/tests/**"] }
|
{
|
||||||
|
"devDependencies": [
|
||||||
|
"**/*.test.ts",
|
||||||
|
"**/*.spec.ts",
|
||||||
|
"**/tests/**",
|
||||||
|
"**/rollup.config.js",
|
||||||
|
"**/.eslintrc.cjs",
|
||||||
|
"**/karma.conf.cjs"
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"sort-imports": [
|
"sort-imports": [
|
||||||
"error",
|
"error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user