fixed npm eslint command

This commit is contained in:
Joan Sanchez 2018-08-14 11:36:10 +02:00
parent cae48a68d7
commit 7e312a14d2
3 changed files with 4 additions and 0 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
node_modules

View File

@ -20,3 +20,5 @@ rules:
no-console: 0
no-warning-comments: 0
no-empty: [error, allowEmptyCatch: true]
complexity: 0
max-depth: 0

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ node_modules
build
npm-debug.log
docker-compose.yml
.eslintcache