Skip to content

Commit

Permalink
Add maxBOF setting to no-multiple-empty-lines
Browse files Browse the repository at this point in the history
Fixes #182
  • Loading branch information
LinusU committed Oct 20, 2022
1 parent bcd0199 commit 9673e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error",
"no-multi-str": "error",
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
"no-new": "error",
"no-new-func": "error",
"no-new-object": "error",
Expand Down

0 comments on commit 9673e0b

Please sign in to comment.