accounts-frontend/tests/.eslintrc.json

8 lines
91 B
JSON
Raw Normal View History

{
"env": {
"browser": true,
"es6": true,
"mocha": true
}
}