Skip to content

Commit 940d4bc

Browse files
committed
removing tslint fix goal
1 parent c9f6f15 commit 940d4bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"build": "npm run clean && tsc -p tsconfig.build.json && npm run swagger",
1010
"clean": "rimraf dist",
1111
"lint": "eslint ./src/**/*.ts ./test/**/*.ts --fix",
12-
"lint:fix": "tslint --fix ./src/**/*.ts ./test/**/*.ts -t verbose",
1312
"pretest": "cross-env NODE_ENV=test npm run build && npm run lint",
1413
"test": "cross-env NODE_ENV=test jest",
1514
"swagger": "swaggerGen -c ./swagger.config.yml"

0 commit comments

Comments
 (0)