Skip to content

oxlint v0.2.14

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 14:49
· 547 commits to main since this release
99dcd00

What's Changed

  • feat(linter) eslint: no-useless-rename by @camc314 in #2648
  • feat(linter): Add settings.jsdoc by @leaysgur in #2706
  • feat(linter): add new property for parse_jest_fn by @eryue0220 in #2715
  • feat(linter): eslint-plugin-jest rule prefer-spy-on by @eryue0220 in #2666
  • feat(linter): eslint-plugin-jest: prefer-expect-resolves by @eryue0220 in #2703
  • feat(linter): eslint-plugin-jest: prefer-to-be by @eryue0220 in #2702
  • feat(linter): eslint-plugin-jest: prefer-to-contain by @eryue0220 in #2735
  • feat(linter): eslint/guard-for-in by @JoSeBu1 in #2746
  • feat(linter): eslint/max-lines by @andipabst in #2739
  • feat(linter): eslint/max-params by @JoSeBu1 in #2749
  • feat(linter): eslint/no-continue by @JoSeBu1 in #2742
  • feat(linter): eslint/no-proto by @JoSeBu1 in #2760
  • feat(linter): eslint/no-ternary by @JoSeBu1 in #2744
  • feat(linter): eslint/no-with by @andipabst in #2741
  • feat(linter): no_eq_null by @JoSeBu1 in #2757
  • feat(linter): no_template_curly_in_string by @JoSeBu1 in #2763
  • feat(linter): report side effect for array element in node_side_effects rule by @mysteryven in #2683
  • feat(linter): resolve ESM star exports by @Boshen in #2682
  • feat(linter): support check ImportNamespaceSpecifier in no_import_assign by @Dunqing in #2617
  • feat(linter/import) change the rule path to index.ts and add snapshot in export rule by @Dunqing in #2732
  • feat(linter/import) implement no_unused_modules rule by @Dunqing in #2720
  • feat(linter/import): check ObjectPattern syntax in namespace by @Dunqing in #2691
  • feat(linter/import): support check reexport binding in namespace by @Dunqing in #2678
  • feat(linter/tree-shaking): add cache for checking mutating identifiers by @mysteryven in #2743
  • feat(linter/tree_shaking): check assignment of identifier by @mysteryven in #2697
  • fix(linter): correct example for no-obj-calls rule by @overlookmotel in #2618
  • fix(linter): fix guard_for_in span error by @JoSeBu1 in #2755
  • implemented import/no-default-export by @XantreGodlike in #2736

New Contributors

Full Changelog: oxlint_v0.2.13...oxlint_v0.2.14