diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 6de43e2d..af9f22b4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -405,7 +405,8 @@ "no-multiple-empty-lines": [ "error", { - "max": 1 + "max": 1, + "maxEOF": 0 } ], "no-undef": "off", |