proximity-structures/.eslintrc.json

13 lines
164 B
JSON
Raw Normal View History

{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": "always"
}
}