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 e17cae2 commit 0aa2590Copy full SHA for 0aa2590
package.json
@@ -48,8 +48,8 @@
48
},
49
"license": "MIT",
50
"scripts": {
51
- "lint": "tslint -p tsconfig.build.json -c tslint.json",
52
- "lint:all": "tslint -p tsconfig.json -c tslint.json",
+ "lint": "tslint -p tsconfig.build.json -c tslint.json --fix",
+ "lint:all": "tslint -p tsconfig.json -c tslint.json --fix",
53
"build:clean": "npx shx rm -rf ./dist",
54
"build": "npx npm-run-all build:clean build:test:*",
55
"build:test:src": "npx tsc -p tsconfig.json",
0 commit comments