setup a eslint/prettier setup with plugins, and a basic webpack setup

This commit is contained in:
Vu Nguyen
2021-01-14 22:54:40 -06:00
parent ba3182fd59
commit b9cfc9b18e
14 changed files with 10807 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{
"pre-commit": ["lint", "validate", "test"],
"scripts": {
"lint": "jshint ."
},
"pre-commit": ["lint", "validate", "test"]
}
}