Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 855 Bytes

File metadata and controls

48 lines (27 loc) · 855 Bytes

Change Log

This project adheres to Semantic Versioning.

0.4.0

  • Removed typescript/no-unnecessary-type-parameters rule.

0.3.4

  • Fixed false-positive TypeScript rules for JS.
  • Fixed errors from new Class() in tests.

0.3.3

  • Fixed typescript/unbound-method removing.

0.3.2

  • Fixed peer dependency warning.

0.3.1

  • Removed plugin changes for different file types.

0.3.0

  • Removed typescript/consistent-return.
  • Removed unicorn/require-post-message-target-origin.

0.2.2

  • Fixed no-floating-promises and no-void conflict.

0.2.1

  • Reduced peer dependencies.

0.2.0

  • Removed import/no-unassigned-import rule.
  • Removed unicorn/consistent-function-scoping in tests.
  • Changed line limit to 80 symbols.
  • Fixed @logux/oxc-configs/fmt export.

0.1.0

  • Initial release.