Skip to content

Commit

Permalink
lint: update to tsslint 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jan 3, 2025
1 parent 4789376 commit e56afc3
Show file tree
Hide file tree
Showing 3 changed files with 1,347 additions and 278 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
"test": "vitest run",
"test:update": "vitest run --update",
"lint": "tsslint --projects {tsconfig.json,packages/*/tsconfig.json,extensions/*/tsconfig.json}",
"lint:fix": "pnpm run lint -- --fix",
"lint:fix": "pnpm run lint -- --fix --vscode-settings .vscode/settings.json",
"chrome": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=./extensions/vscode ../volar-starter"
},
"devDependencies": {
"@lerna-lite/cli": "latest",
"@lerna-lite/publish": "latest",
"@tsslint/cli": "latest",
"@tsslint/config": "latest",
"@tsslint/eslint": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@vue/language-core": "2.2.0",
"typescript": "latest",
"vitest": "latest"
}
Expand Down
Loading

0 comments on commit e56afc3

Please sign in to comment.