diff --git a/.eslintrc.json b/.eslintrc.json index f92423cb..5d6c3317 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",