Created chapter 02

This commit is contained in:
fkereki
2018-03-24 08:57:13 -03:00
parent c602b91ef1
commit c989356391
5 changed files with 4554 additions and 1 deletions
+3 -1
View File
@@ -27,7 +27,9 @@
},
"extends": ["eslint:recommended", "plugin:flowtype/recommended"],
"plugins": ["flowtype"],
"rules": {}
"rules": {
"no-console": "off"
}
},
"prettier": {
"tabWidth": 4,