Skip to content

oxlint v0.2.15

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 05:52
e7307ed

What's Changed

  • feat(linter): default_param_last by @JoSeBu1 in #2756
  • feat(linter): eslint-plugin-jest/no-untyped-mock-factory by @eryue0220 in #2807
  • feat(linter): eslint-plugin-jest/prefer-comparison-matcher by @eryue0220 in #2806
  • feat(linter): eslint-plugin-react checked-requires-onchange-or-readonly by @keita-hino in #2754
  • feat(linter): eslint/no-iterator by @JoSeBu1 in #2758
  • feat(linter): fallback to the default tsconfig path by @Dunqing in #2842
  • feat(linter): no_script_url by @JoSeBu1 in #2761
  • feat(linter/import) check deep namespace in namespace rule by @Dunqing in #2805
  • feat(linter/import) check module import in no_duplicates by @Dunqing in #2771
  • feat(linter/import) check type import in no_duplicates by @Dunqing in #2777
  • feat(linter/import) support allow_computed option in namespace by @Dunqing in #2840
  • feat(linter/import) support check re-export in named by @Dunqing in #2769
  • feat(linter/import): ignore type-only imports and exports in no_unresolved by @Dunqing in #2849
  • fix(linter/import): false positive for indirect export in namespace by @Dunqing in #2862
  • fix(linter/import): ignore export declaration in no-duplicates by @Dunqing in #2863
  • fix(linter/max-lines): only report codes that exceed the line limit by @mysteryven in #2778
  • fix(parser): add support for empty module declaration by @rzvxa in #2834

New Contributors

Full Changelog: oxlint_v0.2.14...oxlint_v0.2.15