Attempted fix for eslint and removed prettier linting to make lint job simpler for now
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
env:
|
||||
browser: true
|
||||
commonjs: true
|
||||
es2021: true
|
||||
node: true
|
||||
extends: eslint:recommended
|
||||
parserOptions:
|
||||
ecmaVersion: 13
|
||||
rules: {}
|
||||
Reference in New Issue
Block a user