Fixing linting

This commit is contained in:
David Négrier 2020-05-01 23:48:30 +02:00
parent 0c04d4305b
commit d72741ce0c
4 changed files with 7 additions and 6 deletions

View file

@ -9,7 +9,7 @@
"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",
"fix": "node_modules/.bin/eslint src/ . --ext .ts"
"fix": "node_modules/.bin/eslint --fix src/ . --ext .ts"
},
"repository": {
"type": "git",