aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 7785702..82497c2 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -39,7 +39,9 @@
"semi": [
"error",
"always"
- ]
+ ],
+ "no-trailing-spaces": "error",
+ "eol-last": "error"
},
"settings": {
"react": {