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

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "none"
}