Add tooling for building static files

This commit is contained in:
Jake McDermott
2020-05-07 17:37:24 -04:00
parent 10f324110e
commit abcf8fea96
25 changed files with 9464 additions and 16520 deletions

View File

@@ -11,11 +11,6 @@
"plugins": ["react-hooks"],
"extends": ["airbnb", "prettier", "prettier/react"],
"settings": {
"import/resolver": {
"webpack": {
"config": "webpack.config.js"
}
},
"react": {
"version": "16.5.2"
}