We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f6f15 commit 940d4bcCopy full SHA for 940d4bc
package.json
@@ -9,7 +9,6 @@
9
"build": "npm run clean && tsc -p tsconfig.build.json && npm run swagger",
10
"clean": "rimraf dist",
11
"lint": "eslint ./src/**/*.ts ./test/**/*.ts --fix",
12
- "lint:fix": "tslint --fix ./src/**/*.ts ./test/**/*.ts -t verbose",
13
"pretest": "cross-env NODE_ENV=test npm run build && npm run lint",
14
"test": "cross-env NODE_ENV=test jest",
15
"swagger": "swaggerGen -c ./swagger.config.yml"
0 commit comments