Skip to content

Commit

Permalink
chore: update tsslint to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 4, 2025
1 parent 5622675 commit 52447b9
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 732 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"release:next": "npm run release:base -- --dist-tag next",
"postrelease": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.latest)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.latest) volar-2.4'",
"postrelease:next": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.next)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.next) volar-2.4'",
"lint": "tsslint --projects '**/tsconfig.json'",
"lint:fix": "npm run lint -- --fix"
"lint": "tsslint --project '**/tsconfig.json'",
"lint:fix": "npm run lint -- --fix --vscode-settings .vscode/settings.json"
},
"devDependencies": {
"@lerna-lite/cli": "latest",
Expand Down
Loading

0 comments on commit 52447b9

Please sign in to comment.