webextension-polyfill/test/.eslintrc

9 lines
96 B
Plaintext
Raw Normal View History

{
"env": {
"mocha": true,
},
"rules": {
"max-nested-callbacks": ["warn", 6]
}
}