Files
tubestation/browser/components/loop/test/desktop-local/.eslintrc

11 lines
251 B
Plaintext

{
"ecmaFeatures": {
// since the code here is running only on known versions of
// Firefox, we can use newer ECMAscript features here
"arrowFunctions": true,
"blockBindings": true,
"destructuring": true,
"forOf": true
},
}