Skip to content

oxlint v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 14:02

This release adds 4 typescript-eslint rules without any performance impact:

@typescript/no-empty-interface
@typescript/no-extra-non-null-assertion
@typescript/no-non-null-asserted-optional-chain
@typescript/no-unnecessary-type-constraint

There are now 45 rules in total.


Try it out! Run the following command In any of your repo:

npx oxlint@latest .

Full Changelog: oxlint_v0.0.4...oxlint_v0.0.5