Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

38 lines (30 loc) · 1.57 KB

Unreleased

0.3.1

Bugfix

  • #27 Fixed the behavior that ESLint execution fails when the lint target includes TypeScript notation and the rule named-export is enabled.
  • #30
    • Fixed false positives when statement contains both default export and single named export.
    • Fixed false positives when statement contains both all export (export *) and single named export.

0.3.0

Features

  • #9 Add new rule no-index
  • #21 Add new rule named-export

Others

  • #10 Add CHANGELOG.md
  • #17 Update package keywords
  • Generate type declaration files

0.2.0

Features

  • [Caution] #2 Rename rule casing to naming-convention
  • #4 Add rule extname
  • #5 Add rule presets

Bugfix

  • #3 Fixup suggested filename in error message

Others

  • #1 Fixup required version of Node.js and ESLint

0.1.1

Others

  • Fixup package metadata

0.1.0

Initial release