Some cleaning up and organization, eslint

This commit is contained in:
2017-05-07 20:44:46 -04:00
parent 4dbff0f5cb
commit 7eac4894ed
10 changed files with 748 additions and 132 deletions

12
.eslintrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": "always"
}
}