install, config, run

This commit is contained in:
Kent C. Dodds
2018-09-14 20:12:14 -06:00
parent a3f32f5b01
commit 82342de51c
4 changed files with 1052 additions and 8 deletions

12
.eslintrc Normal file
View File

@@ -0,0 +1,12 @@
{
"parserOptions": {
"ecmaVersion": "2018"
},
"extends": ["eslint:recommended"],
"rules": {
"no-console": "off"
},
"env": {
"browser": true
}
}