refactor: ESLint ignore

This commit is contained in:
Matthieu Bosquet 2020-12-31 09:49:39 +00:00 committed by Joachim Van Herwegen
parent 98bf8c199d
commit 782883b5e8
3 changed files with 3 additions and 9 deletions

View File

@ -1,4 +0,0 @@
coverage
dist
docs
node_modules

6
.gitignore vendored
View File

@ -1,8 +1,6 @@
node_modules
coverage
dist
docs
node_modules
.eslintcache
coverage
tsconfig.tsbuildinfo

View File

@ -48,7 +48,7 @@
"docker:stop": "./test/docker/docker-stop.sh",
"docs": "typedoc",
"jest": "jest",
"lint": "eslint . --cache",
"lint": "eslint . --cache --ignore-path .gitignore",
"prepare": "npm run build",
"start": "node ./bin/server.js",
"test": "npm run test:ts && npm run jest",