Manually fixing a weird lint bug in eslint

This commit is contained in:
David Négrier 2020-04-28 22:40:54 +02:00
parent 7dc3d9d836
commit 9d2f96b348
2 changed files with 6 additions and 5 deletions

View file

@ -8,7 +8,8 @@
"dev": "ts-node-dev --respawn --transpileOnly ./server.ts",
"prod": "tsc && node ./dist/server.js",
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"lint": "node_modules/.bin/eslint src/ . --ext .ts"
"lint": "node_modules/.bin/eslint src/ . --ext .ts",
"fix": "node_modules/.bin/eslint src/ . --ext .ts"
},
"repository": {
"type": "git",