Created basic files; still incomplete

This commit is contained in:
fkereki
2018-03-24 15:52:52 -03:00
parent c989356391
commit 21289fcd9b
7 changed files with 140 additions and 68 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"node": true
},
"extends": ["eslint:recommended", "plugin:flowtype/recommended"],
"plugins": ["flowtype"],
"plugins": ["babel", "flowtype"],
"rules": {
"no-console": "off"
}