diff --git a/.eslintrc.json b/.eslintrc.json index 6f1bc61fc59..e42ca720553 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -284,6 +284,12 @@ } ], "no-trailing-spaces": "error", + "no-multiple-empty-lines": ["error", + { + "max": 1, + "maxEOF": 1 + } + ], "jsonc/comma-dangle": [ "error", "always-multiline"