diff --git a/test/.eslintrc b/test/.eslintrc index e275d67..70b013e 100644 --- a/test/.eslintrc +++ b/test/.eslintrc @@ -1,11 +1,12 @@ { - "extends": "../.eslintrc", "env": { "mocha": true, "node": true, "browser": true, "webextensions": true }, - "globals": { + "globals": {}, + "rules": { + "max-nested-callbacks": ["warn", 6] } -} \ No newline at end of file +}