What version of this package are you using?
^16.0.2
What problem do you want to solve?
Ugly blank lines at the beginning of files
What do you think is the correct solution to this problem?
Use the maxBOF setting for the no-multiple-empty-lines rule:
- "no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
+ "no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
Are you willing to submit a pull request to implement this change?
Yes
What version of this package are you using?
^16.0.2
What problem do you want to solve?
Ugly blank lines at the beginning of files
What do you think is the correct solution to this problem?
Use the
maxBOFsetting for theno-multiple-empty-linesrule:Are you willing to submit a pull request to implement this change?
Yes