Adding ESLint config -- run yarn lint on prebuild

This commit is contained in:
kitajchuk
2021-04-26 20:47:17 -07:00
parent 7dcb1f5a8c
commit 27e3ca561b
13 changed files with 896 additions and 22 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"eslint.options": {
"configFile": ".eslintrc.json"
}
}