23 lines
265 B
Plaintext
23 lines
265 B
Plaintext
{
|
|
"extends": [
|
|
../../.eslintrc
|
|
],
|
|
|
|
"env": {
|
|
"webextensions": true
|
|
},
|
|
|
|
"plugins": [
|
|
"mozilla"
|
|
],
|
|
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
},
|
|
|
|
"rules": {
|
|
"mozilla/import-globals": "error",
|
|
"object-shorthand": "off",
|
|
},
|
|
}
|