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 c38ead4 commit a2a6096Copy full SHA for a2a6096
package.json
@@ -3538,7 +3538,7 @@
3538
"clean": "git clean -Xdf",
3539
"lint": "tslint --project tsconfig.json && npm run ui:lint",
3540
"pack": "vsce package",
3541
- "pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\"",
+ "pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix",
3542
"pub": "vsce publish",
3543
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run ui:build",
3544
"reset": "npm run clean && npm install --no-save",
0 commit comments