mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
{
|
|
// When adding items to this file please check for effects on sub-directories.
|
|
"plugins": [
|
|
"mozilla"
|
|
],
|
|
"rules": {
|
|
"mozilla/components-imports": 1,
|
|
"mozilla/import-globals-from": 1,
|
|
"mozilla/this-top-level-scope": 1,
|
|
},
|
|
"env": {
|
|
"es6": true
|
|
},
|
|
}
|