Skip to content

oxlint v0.3.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 14:35
754d9f4

What's Changed

  • feat(linter): add use-isnan fixer for (in)equality operations by @DonIsaac in #3284
  • feat(linter/eslint): Implement fixer for unicode-bom rule by @jelly in #3259
  • fix(linter/no-direct-mutation-state): false positive when class is declared inside a CallExpression by @Boshen in #3294
  • fix(parser): parse DecoratorCallExpression when Arguments contains MemberExpression by @Boshen in #3265
  • perf(ast): inline all ASTBuilder methods by @Boshen in #3295
  • perf(lexer): dedupe numeric separator check by @DonIsaac in #3283
  • perf(linter): rewrite react/require-render-return by @mysteryven in #3276

New Contributors

Full Changelog: oxlint_v0.3.4...oxlint_v0.3.5