summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index cbadffded2..5c49331014 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -224,6 +224,10 @@ module.exports = {
'space-in-parens': ['error', 'never'],
'space-infix-ops': 'error',
'space-unary-ops': 'error',
+ 'spaced-comment': ['error', 'always', {
+ 'block': { 'balanced': true },
+ 'exceptions': ['-']
+ }],
'strict': ['error', 'global'],
'symbol-description': 'error',
'template-curly-spacing': 'error',