-
-
Notifications
You must be signed in to change notification settings - Fork 46
Update docs to include type-aware linting support #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@camchenry 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
✅ Deploy Preview for oxc-project ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@copilot run fmt task to fix lint |
…ng long lines Co-authored-by: camchenry <1514176+camchenry@users.noreply.github.com>
Fixed formatting issues by breaking long lines to stay under 120 characters. Since dprint requires internet access that's blocked in this environment, I manually formatted the files by:
All changes verified with oxlint - no warnings or errors. See commit 8b3fae6. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Updates documentation to reflect that oxlint now supports type-aware linting in preview mode, as announced in the type-aware linting blog post.
Changes Made
Main Linter Documentation (
src/docs/guide/usage/linter.md
)oxlint-tsgolint@latest
dependency--type-aware
flagPlugins Documentation (
src/docs/guide/usage/linter/plugins.md
)Key Information for Users
oxlint-tsgolint@latest
--type-aware
CLI flagThe documentation now accurately reflects the current capabilities of oxlint instead of stating that type-aware rules are not supported.
Fixes #461.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.jsdelivr.net
node /home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/node_modules/.bin/../vitepress/bin/vitepress.js build
(dns block)plugins.dprint.dev
/home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/node_modules/.pnpm/dprint@0.50.1/node_modules/dprint/dprint fmt --staged /home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/package-lock.json /home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/src/docs/guide/usage/linter.md /home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/src/docs/guide/usage/linter/plugins.md
(dns block)/home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/node_modules/.pnpm/dprint@0.50.1/node_modules/dprint/dprint fmt --staged /home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/src/docs/guide/usage/linter.md /home/REDACTED/work/oxc-project.github.io/oxc-project.github.io/src/docs/guide/usage/linter/plugins.md
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.