Skip to content

Commit 0aa2590

Browse files
committed
Add --fix to tslint
1 parent e17cae2 commit 0aa2590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
},
4949
"license": "MIT",
5050
"scripts": {
51-
"lint": "tslint -p tsconfig.build.json -c tslint.json",
52-
"lint:all": "tslint -p tsconfig.json -c tslint.json",
51+
"lint": "tslint -p tsconfig.build.json -c tslint.json --fix",
52+
"lint:all": "tslint -p tsconfig.json -c tslint.json --fix",
5353
"build:clean": "npx shx rm -rf ./dist",
5454
"build": "npx npm-run-all build:clean build:test:*",
5555
"build:test:src": "npx tsc -p tsconfig.json",

0 commit comments

Comments
 (0)