BangleApps/js/.eslintrc.json

20 lines
303 B
JSON

{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "script"
},
"rules": {
"indent": [
"warn",
2,
{
"SwitchCase": 1
}
]
},
"env": {
"browser": true,
"node": true
}
}