1
0
Fork 0
BangleApps/js/.eslintrc.json

20 lines
303 B
JSON
Raw Normal View History

2020-05-27 15:39:36 +00:00
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "script"
},
"rules": {
"indent": [
"warn",
2,
{
"SwitchCase": 1
}
]
2020-05-27 15:39:36 +00:00
},
"env": {
"browser": true,
"node": true
}
}