fix: relax max-nested-callback eslint rules for tests.

This commit is contained in:
Luca Greco 2016-10-11 13:53:20 +02:00
parent 9cb05a1190
commit f2c82fcbea
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
{
"extends": "../.eslintrc",
"env": {
"mocha": true,
"node": true,
"browser": true,
"webextensions": true
},
"globals": {
"globals": {},
"rules": {
"max-nested-callbacks": ["warn", 6]
}
}
}