tenfourfox/.eslintrc

10 lines
151 B
Plaintext

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