2016-10-10 00:48:35 +00:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"mocha": true,
|
|
|
|
"node": true,
|
|
|
|
"browser": true,
|
|
|
|
"webextensions": true
|
|
|
|
},
|
2016-10-11 11:53:20 +00:00
|
|
|
"globals": {},
|
|
|
|
"rules": {
|
|
|
|
"max-nested-callbacks": ["warn", 6]
|
2016-10-10 00:48:35 +00:00
|
|
|
}
|
2016-10-11 11:53:20 +00:00
|
|
|
}
|