2016-10-10 00:48:35 +00:00
|
|
|
{
|
|
|
|
"env": {
|
2019-01-28 17:56:40 +00:00
|
|
|
"browser": true,
|
2016-10-10 00:48:35 +00:00
|
|
|
"mocha": true,
|
2019-01-28 17:56:40 +00:00
|
|
|
"webextensions": true,
|
2016-10-10 00:48:35 +00:00
|
|
|
},
|
2016-10-11 11:53:20 +00:00
|
|
|
"rules": {
|
|
|
|
"max-nested-callbacks": ["warn", 6]
|
2016-10-10 00:48:35 +00:00
|
|
|
}
|
2016-10-11 11:53:20 +00:00
|
|
|
}
|