summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorCashew <52880648+Scrub1492@users.noreply.github.com>2023-12-27 12:57:31 +0700
committerGitHub <noreply@github.com>2023-12-27 05:57:31 +0000
commitff412d2010a41da47e37e86f0167452c2f9c72ca (patch)
tree55231e7a6d7280e77601b690c9e58e08f11aa396 /.eslintrc.json
parentadc17f4221a0e48da4450695c655632d37eee2a8 (diff)
add maxEOF to prevent multiple end of file lines (#454)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
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",