mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 02:48:11 +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 }],
|
||||
"import/no-extraneous-dependencies": [
|
||||
"error",
|
||||
{ "devDependencies": ["**/*.test.ts", "**/*.spec.ts", "**/tests/**"] }
|
||||
{
|
||||
"devDependencies": [
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts",
|
||||
"**/tests/**",
|
||||
"**/rollup.config.js",
|
||||
"**/.eslintrc.cjs",
|
||||
"**/karma.conf.cjs"
|
||||
]
|
||||
}
|
||||
],
|
||||
"sort-imports": [
|
||||
"error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user