- Fix detecting header below shebang comment with Windows EOL (#30)
- Update to eslint 7.7.0
- Add a third option to specify number of linebreaks after the header. (#29)
- Allow regexp in multiline arrays (#23)
- Add
template
option for regexps, foreslint --fix
(#23) - Update eslint to v5.12.0 (#19)
- Use the OS's line endings (
\n
on *nix,\r\n
on Windows) when parsing and fixing comments. This can be configured with thelineEndings
option. Major version bump as this could be a breaking change for projects.
- Add auto fix functionality (eslint
--fix
option) (#12)
- Ignore shebangs above header comments to support ESLint 4+ (#11)
- Allow RegExp patterns in addition to strings (#2, #4)
- Fix line comment length mismatch issue (#3)
- Add config option to read header from file
- Initial release