Skip to content

Commit

Permalink
lint: update tsslint to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 3, 2025
1 parent e5d68e9 commit e5ea5c4
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 508 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock",
"release:next": "npm run release -- --dist-tag next --no-push",
"test": "vitest run",
"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 e5ea5c4

Please sign in to comment.