summaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 64096dbf..bd662355 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -28,6 +28,7 @@ rules:
no-multiple-empty-lines: 2
no-nested-ternary: 2
no-spaced-func: 2
+ no-trailing-spaces: 2
operator-linebreak: 2
quotes: [2, single]
semi-spacing: 2