Attempted fix for eslint and removed prettier linting to make lint job simpler for now

This commit is contained in:
Gregory Campbell
2021-11-23 23:12:05 -05:00
parent 7279542922
commit 2be708601c
5 changed files with 250 additions and 87 deletions
+9
View File
@@ -0,0 +1,9 @@
env:
browser: true
commonjs: true
es2021: true
node: true
extends: eslint:recommended
parserOptions:
ecmaVersion: 13
rules: {}