gecko/.eslintrc

14 lines
244 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,
},
"env": {
"es6": true
},
}