Skip to content

oxlint v0.4.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 09:34
4b9a365

[0.4.3] - 2024-06-07

Features

  • 1fb9d23 linter: Add fixer for no-useless-fallback-in-spread rule (#3544) (Don Isaac)
  • 6506d08 linter: Add fixer for no-single-promise-in-promise-methods (#3531) (Don Isaac)
  • daf559f linter: Eslint-plugin-jest/no-large-snapshot (#3436) (cinchen)
  • 4c17bc6 linter: Eslint/no-constructor-return (#3321) (谭光志)
  • 4a075cc linter/jsdoc: Implement require-param rule (#3554) (Yuji Sugiura)
  • 747500a linter/jsdoc: Implement require-returns-type rule (#3458) (Yuji Sugiura)
  • 6b39654 linter/tree-shaking: Support options (#3504) (Wang Wenzhe)

Bug Fixes

  • b188778 linter/eslint: Fix require-await false positives in ForOfStatement. (#3457) (rzvxa)
  • 350cd91 parser: Should parser error when function declaration has no name (#3461) (Dunqing)