Small changes

This commit is contained in:
Federico Kereki
2018-04-30 22:42:23 -03:00
parent 8d8b87ba25
commit 6a758c1f25
5 changed files with 494 additions and 883 deletions
+11 -3
View File
@@ -13,7 +13,10 @@
"author": "Federico Kereki",
"license": "ISC",
"babel": {
"presets": ["env", "flow"]
"presets": [
"env",
"flow"
]
},
"eslintConfig": {
"parserOptions": {
@@ -25,8 +28,13 @@
"browser": true,
"node": true
},
"extends": ["eslint:recommended", "plugin:flowtype/recommended"],
"plugins": ["flowtype"],
"extends": [
"eslint:recommended",
"plugin:flowtype/recommended"
],
"plugins": [
"flowtype"
],
"rules": {
"no-console": "off"
}