eslint-plugin-header
eslint-plugin-header copied to clipboard
Empty first line breaks the header plugin
Currently if the first line is emtpy in the source file and the header starts at line 2 the fixer causes the header to be output many(non consistent but 10+ times) times in succession.
I have made #50 to resolve this issue.
For anyone interested in this, adding the @stylistic/js/no-multiple-empty-lines
rule with maxBOF: 0
before this one fixes the issue.
Community PR: https://github.com/Outburn-IL/fume-community/pull/43