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-warning-comments: 0
|
||||
no-empty: [error, allowEmptyCatch: true]
|
||||
complexity: 0
|
||||
max-depth: 0
|
||||
|
|
|
@ -2,3 +2,4 @@ node_modules
|
|||
build
|
||||
npm-debug.log
|
||||
docker-compose.yml
|
||||
.eslintcache
|
Loading…
Reference in New Issue