- #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.
- #3 Fixup suggested filename in error message
- #1 Fixup required version of Node.js and ESLint
- Fixup package metadata
Initial release