diff --git a/.eslintrc.json b/.eslintrc.json index 050e4d50433..a5c96317588 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -238,6 +238,12 @@ "no-irregular-whitespace": "off", "jsonc/no-irregular-whitespace": "error", "no-trailing-spaces": "error", + "no-multiple-empty-lines": ["error", + { + "max": 1, + "maxEOF": 1 + } + ], "jsonc/comma-dangle": [ "error", "always-multiline"