aboutsummaryrefslogtreecommitdiff
path: root/viewer/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/.eslintrc.js')
-rw-r--r--viewer/.eslintrc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/.eslintrc.js b/viewer/.eslintrc.js
index 113ff6a..a67de5e 100644
--- a/viewer/.eslintrc.js
+++ b/viewer/.eslintrc.js
@@ -15,9 +15,9 @@ module.exports = {
15 "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", 15 "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
16 "eol-last": ["warn", "always"], 16 "eol-last": ["warn", "always"],
17 "object-curly-spacing": ["warn", "always"], 17 "object-curly-spacing": ["warn", "always"],
18 "indent": ["warn", 2, { "SwitchCase": 1 }],
19 "quote-props": ["warn", "as-needed"], 18 "quote-props": ["warn", "as-needed"],
20 "quotes": ["warn", "double"], 19 indent: ["warn", 2, { SwitchCase: 1 }],
20 quotes: ["warn", "double"],
21 "vue/attribute-hyphenation": "warn", 21 "vue/attribute-hyphenation": "warn",
22 "vue/html-closing-bracket-spacing": "warn", 22 "vue/html-closing-bracket-spacing": "warn",
23 "vue/html-end-tags": "error", 23 "vue/html-end-tags": "error",