Skip to content

Commit de4f52b

Browse files
authored
feat: add oxlint-tsgolint for type-aware linting (#109)
It should not be required to install tsgolint in userland.
1 parent 3ae5ed3 commit de4f52b

3 files changed

Lines changed: 74 additions & 4 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"dependencies": {
3232
"oxfmt": "catalog:",
3333
"oxlint": "catalog:",
34+
"oxlint-tsgolint": "catalog:",
3435
"rolldown-vite": "catalog:",
3536
"vitest": "catalog:"
3637
},

pnpm-lock.yaml

Lines changed: 72 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ catalog:
1515
next: ^15.4.3
1616
oxfmt: ^0.1.0
1717
oxlint: ^1.14.0
18+
oxlint-tsgolint: ^0.2.0
1819
react: ^19.1.0
1920
react-dom: ^19.1.0
2021
rolldown: ^1.0.0-beta.36

0 commit comments

Comments
 (0)