proximity-structures/.eslintrc.json

15 lines
228 B
JSON
Raw Normal View History

{
2017-08-01 03:59:24 +00:00
"extends": "standard",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
2017-08-01 03:59:24 +00:00
"semi": ["error", "always"],
"indent": ["error", 4]
}
}