aboutsummaryrefslogtreecommitdiff
path: root/viewer/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/.eslintrc.js')
-rw-r--r--viewer/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/.eslintrc.js b/viewer/.eslintrc.js
index 76f59fd..095216b 100644
--- a/viewer/.eslintrc.js
+++ b/viewer/.eslintrc.js
@@ -17,7 +17,7 @@ module.exports = {
17 'vue/html-closing-bracket-spacing': 'warn', 17 'vue/html-closing-bracket-spacing': 'warn',
18 'vue/html-end-tags': 'error', 18 'vue/html-end-tags': 'error',
19 'vue/html-quotes': 'warn', 19 'vue/html-quotes': 'warn',
20 'vue/html-self-closing': 'warn', 20 'vue/html-self-closing': 'off',
21 'vue/no-multi-spaces': 'warn', 21 'vue/no-multi-spaces': 'warn',
22 'vue/no-spaces-around-equal-signs-in-attribute': 'warn', 22 'vue/no-spaces-around-equal-signs-in-attribute': 'warn',
23 'vue/no-template-shadow': 'error', 23 'vue/no-template-shadow': 'error',