mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #38] [MERGED] feat: type aware linting with tsgolint #259
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/38
Author: @ubugeeei
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @FredKSchott
Base:
main← Head:type-aware-lint📝 Commits (1)
5c4cf54feat: type aware linting with tsgolint📊 Changes
12 files changed (+87 additions, -22 deletions)
View changed files
📝
package.json(+2 -1)📝
packages/vinext/src/client/entry.ts(+1 -1)📝
packages/vinext/src/config/next-config.ts(+1 -1)📝
packages/vinext/src/shims/cache-runtime.ts(+2 -1)📝
packages/vinext/src/shims/form.tsx(+1 -1)📝
packages/vinext/src/shims/navigation.ts(+4 -4)📝
packages/vinext/src/shims/router.ts(+2 -2)📝
pnpm-lock.yaml(+67 -2)📝
tests/e2e/app-router/nextjs-compat/external-redirect.spec.ts(+1 -1)📝
tests/fixtures/app-basic/tsconfig.json(+0 -1)📝
tests/fixtures/pages-basic/tsconfig.json(+0 -1)📝
tests/safe-json.test.ts(+6 -6)📄 Description
https://oxc.rs/docs/guide/usage/linter/type-aware.html
I've fixed some lint warnings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.