fixed npm eslint command
This commit is contained in:
parent
cae48a68d7
commit
7e312a14d2
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -20,3 +20,5 @@ rules:
|
||||||
no-console: 0
|
no-console: 0
|
||||||
no-warning-comments: 0
|
no-warning-comments: 0
|
||||||
no-empty: [error, allowEmptyCatch: true]
|
no-empty: [error, allowEmptyCatch: true]
|
||||||
|
complexity: 0
|
||||||
|
max-depth: 0
|
||||||
|
|
|
@ -2,3 +2,4 @@ node_modules
|
||||||
build
|
build
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
.eslintcache
|
Loading…
Reference in New Issue