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

@@ -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",