Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.0.0] - 2025-08-26
💥 BREAKING CHANGES
🚀 Features
🐛 Bug Fixes
ignorePatterns
with gitignore syntax (fix(linter): parseignorePatterns
with gitignore syntax #13221) (Sysix)oxlint-tsgolint
truly optional (fix(npm/oxlint): makeoxlint-tsgolint
truly optional #13153) (Boshen)🚜 Refactor
tsgolint
suggestion forMessage::from_tsgo_lint_diagnostic
(refactor(linter): includetsgolint
suggestion forMessage::from_tsgo_lint_diagnostic
#13255) (Sysix)TsGoLintState
when--silent
is used (refactor(linter): avoid fs reads inTsGoLintState
when--silent
is used #13199) (Sysix)source_text
of already opened files forTsGoLintState
(refactor(linter): storesource_text
of already opened files forTsGoLintState
#13197) (Sysix)📚 Documentation
eslint/func-style
rule (docs(linter): Fix doc code block ineslint/func-style
rule #13171) (leaysgur)🧪 Testing
Message::from_tsgo_lint_diagnostic
(test(linter): add test forMessage::from_tsgo_lint_diagnostic
#13254) (Sysix)