chore(build): Build/linting infrastructure updates. (#276)

* Move npm/linting config files to root directory
* Apply prettier/eslint autofixes
* Update CONTRIBUTING.md
This commit is contained in:
Josh Dick
2021-07-11 19:19:55 -04:00
committed by GitHub
parent 4bd214fbcb
commit d954737e00
15 changed files with 4885 additions and 2461 deletions

10
.eslintrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"rules": {
"no-console": ["off"]
}
}