proximity-structures/.eslintrc.json

15 lines
228 B
JSON

{
"extends": "standard",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": ["error", "always"],
"indent": ["error", 4]
}
}