Skip to content

Commit 9673e0b

Browse files
authored
Add maxBOF setting to no-multiple-empty-lines
Fixes #182
1 parent bcd0199 commit 9673e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"no-mixed-spaces-and-tabs": "error",
136136
"no-multi-spaces": "error",
137137
"no-multi-str": "error",
138-
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
138+
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
139139
"no-new": "error",
140140
"no-new-func": "error",
141141
"no-new-object": "error",

0 commit comments

Comments
 (0)