fix: relax max-nested-callback eslint rules for tests.
This commit is contained in:
parent
9cb05a1190
commit
f2c82fcbea
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"extends": "../.eslintrc",
|
||||
"env": {
|
||||
"mocha": true,
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"webextensions": true
|
||||
},
|
||||
"globals": {
|
||||
"globals": {},
|
||||
"rules": {
|
||||
"max-nested-callbacks": ["warn", 6]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue