Tools are working

This commit is contained in:
Federico Kereki
2018-08-25 22:25:58 -03:00
parent 4f00f6518b
commit 01b438322a
10 changed files with 2197 additions and 32 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"node": true,