summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 68be79d74c..7a724c1d98 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -19,7 +19,7 @@
"no-console": [ 0 ],
"no-loop-func": [ 0 ],
"new-cap": [ 0 ],
- "no-trailing-spaces": [ 0 ],
+ "no-trailing-spaces": [ 2, { "skipBlankLines": true } ],
"no-param-reassign": [ 0 ],
"func-names": [ 0 ],
"comma-dangle": [ 0 ],