tenfourfox/.eslintrc

10 lines
151 B
Plaintext
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
{
// When adding items to this file please check for effects on sub-directories.
"plugins": [
"mozilla"
],
"env": {
"es6": true
},
}