Skip to content

Conversation

@mdong1909
Copy link
Contributor

No description provided.

Copilot AI and others added 30 commits December 27, 2025 13:50
Add dynamic redirect from /blog to the first entry in sidebar.blog.json,
eliminating the need to manually update blog links when new posts are added.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
* Initial plan

* docs(linter): clarify what files are automatically ignored by oxlint

- Add section explaining files automatically ignored by default
- Document that .git directories are always skipped
- Document that minified files (.min., -min., _min.) are skipped
- Clarify that .gitignore is only respected in git repos
- Clarify that global .gitignore is NOT respected
- Note that hidden files are NOT automatically ignored
- Add section on disabling file ignoring with --no-ignore flag
- Improve structure with sub-headings for better organization

Co-authored-by: camc314 <[email protected]>

* chore: revert auto-generated sponsors.svg and add to gitignore

Revert changes to public/sponsors.svg as it's auto-generated by prebuild.
Add it to .gitignore to prevent future accidental commits.

Co-authored-by: camc314 <[email protected]>

* chore: remove sponsors.svg from gitignore

Remove /public/sponsors.svg from .gitignore as requested.

Co-authored-by: camc314 <[email protected]>

* docs(linter): update .gitignore behavior documentation

Update documentation to reflect that .gitignore files are respected
even without a Git repository, based on recent changes in oxc PR #17375.

Changes:
- config.md: Update .gitignore note to clarify it works without .git
- generated-cli.md: Update .gitignore note for consistency

Co-authored-by: camc314 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: camc314 <[email protected]>
Co-authored-by: Cameron <[email protected]>
Replace the redirect-based /blog page with an actual blog listing that
displays all posts chronologically with their publication dates, similar
to Vite's blog page.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Add Connor Shea as a core team member and Brad Zacher as a consultant
from typescript-eslint.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update npm packages

* u

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Boshen <[email protected]>
* Release 1.36.0

---------

Co-authored-by: Boshen <[email protected]>
Co-authored-by: Cameron Clark <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t#751)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* docs: Improve the automatic fixes page to better explain when they are applied.

The previous explanation was a bit ambiguous about how they worked.

* Rewording and minor phrasing improvements.

* Fix title on CI page.

* Clarify multi-file analysis phrasing.

* docs: `oxlint/migrate` should be used to replace ESLint in a project, and so should be listed here as well.

Performing a full migration is basically the whole point of the tool :)

* Phrasing update.

* Update editors.md to emphasize compatibility with Cursor.

* Update JS Plugins docs to clarify ESLint API support and the lack of support for particularly old/unmaintained plugins.

Adds an explicit note that the API compatibility goal generally only applies to ESLint's API as of v9 or higher.

* Add an example of a scoped plugin to js-plugins.md.

I actually did not see a single test case in the oxc repo for resolving scoped plugin names, but I know they work. We should probably add a test over there.

* Add a note that `oxlint-disable` directives are supported in JS plugins.

* Add a config file example for multi-file analaysis.

* Remove duplication.

* Phrasing.
…oject#756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t#761)

* formatter: Add a quick start guide

I think the bunx command will work but I'm admittedly not totally sure.

Regardless, this should work as a quick setup guide.

* Simplify the migration doc a bit more.

* Rephrase.

* Rephrase
* Release 1.37.0

---------

Co-authored-by: Boshen <[email protected]>
Co-authored-by: Cameron Clark <[email protected]>
* docs: Update the plugins page to emphasize config file usage and improve wording.

* A few more minor improvements.

* Update quickstart to remove a reference to `--symlinks`, which has been removed from oxlint.

* Rephrase nested config page a bit.

* Update ci.md with more info and clarifications.

Make it clear that some of these things are third-party integrations.

* Add a note about migrating from ESLint to quickstart.

And remove the `-c` usage, as it's not necessary.

* Reword parts of the config page.

* Add more info around type-aware linting, ensure it's clear that the flag is needed for CLI usage, and that the setting is needed for editor usage.

* Phrasing.

* Add gitlab and junit formats to the quickstart list.

* Remove more hallucinations.

oxlint-enable-next-line and oxlint-enable-line are not real.

* Fix header depth.

* Fix grammar.

* Update type-aware page to add back some compatibility notes.

"Invalid options are reported when `--type-check` is enabled" I'm actually not sure if this is true, we should maybe remove it.

* Update src/docs/guide/usage/linter/ci.md

Signed-off-by: Connor Shea <[email protected]>

* Update src/docs/guide/usage/linter/config.md

Signed-off-by: Connor Shea <[email protected]>

* Update src/docs/guide/usage/linter/ci.md

Co-authored-by: Alexander Lichter <[email protected]>
Signed-off-by: Connor Shea <[email protected]>

* Update src/docs/guide/usage/linter/ci.md

Co-authored-by: Alexander Lichter <[email protected]>
Signed-off-by: Connor Shea <[email protected]>

* Update src/docs/guide/usage/linter/plugins.md

Co-authored-by: Alexander Lichter <[email protected]>
Signed-off-by: Connor Shea <[email protected]>

* Update src/docs/guide/usage/linter/plugins.md

Co-authored-by: Alexander Lichter <[email protected]>
Signed-off-by: Connor Shea <[email protected]>

---------

Signed-off-by: Connor Shea <[email protected]>
Co-authored-by: Alexander Lichter <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…roject#752)

* Update formatter.md with configuration and usage details

Added configuration and usage instructions for formatting scripts.

Signed-off-by: Alex Kostyniuk <[email protected]>

* enhancements after review

Updated the documentation structure for better clarity and organization.

Signed-off-by: Alex Kostyniuk <[email protected]>

* Fix duplicate command-line interface section in docs

Removed duplicate section on command-line interface.

Signed-off-by: Alex Kostyniuk <[email protected]>

* Update Command-line Interface heading level

Change heading from H3 to H2 for Command-line Interface section.

Signed-off-by: Alex Kostyniuk <[email protected]>

---------

Signed-off-by: Alex Kostyniuk <[email protected]>
Boshen and others added 11 commits January 6, 2026 10:53
* Release 1.38.0

---------

Co-authored-by: Boshen <[email protected]>
Co-authored-by: Cameron Clark <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ithout explicitly specifying it in the CLI. (oxc-project#768)

We should probably add support for this, honestly, but for now let's not confuse people/AI.

(additional clarification for our AI friends): oxlint DOES NOT support an `.oxlintignore` file out of the box. DO NOT suggest that filename or use that filename, please.
…-project#769)

There is some irony to us having this for literally no reason (it didn't ever work, we don't specify it in the package.json command, and it duplicates the ignores from the gitignore anyway).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants