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.
[0.14.1] - 2024-12-06
Features
react/rules-of-hooks
category topedantic
(feat(linter): changereact/rules-of-hooks
category topedantic
#7691) (Boshen).js
to.ts
when resolving with tsconfig.json (feat(linter): map.js
to.ts
when resolving with tsconfig.json #7675) (Boshen)const-comparisons
for more cases (feat(linter): enhanceconst-comparisons
for more cases #7628) (camc314)ExportEntry::is_type
(feat(syntax): addExportEntry::is_type
#7676) (Boshen)Bug Fixes
.oxlintignore
(fix(apps/oxlint): incorrect matching in.oxlintignore
#7566) (dalaoshu)yoda
(fix(linter): panic inyoda
#7679) (camc314)no-undef
(fix(linter): ignore type references inno-undef
#7670) (Boshen)no-unused-expressions
from TS to eslint (fix(linter): moveno-unused-expressions
from TS to eslint #7624) (camc314)Documentation
Refactor
BigIntLiteral::raw
field (refactor(linter): useBigIntLiteral::raw
field #7660) (overlookmotel)is_same_reference
tois_same_expression
(refactor(linter): renameis_same_reference
tois_same_expression
#7654) (camc314)get_inner_expression
inconst-comparisons
(refactor(linter): useget_inner_expression
inconst-comparisons
#7627) (camc314)ModuleRecord::not_esm
tohas_module_syntax
(refactor(syntax): changeModuleRecord::not_esm
tohas_module_syntax
#7579) (Boshen)ModuleRecord::export_default
(refactor(syntax): removeModuleRecord::export_default
#7578) (Boshen)ModuleRecord::exported_bindings_duplicated
because it is a syntax error (refactor(syntax): removeModuleRecord::exported_bindings_duplicated
because it is a syntax error #7577) (Boshen)ModuleRecord::export_default_duplicated
because it is a syntax error (refactor(syntax): removeModuleRecord::export_default_duplicated
because it is a syntax error #7576) (Boshen)ModuleRecord
(refactor(syntax): clean upModuleRecord
#7568) (Boshen)Testing