gecko/.eslintrc

13 lines
202 B
Plaintext
Raw Normal View History

{
// When adding items to this file please check for effects on sub-directories.
"plugins": [
"mozilla"
],
"rules": {
"mozilla/import-globals": 1,
},
"env": {
"es6": true
},
}