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 095216b..996c4f3 100644
--- a/viewer/.eslintrc.js
+++ b/viewer/.eslintrc.js
@@ -11,7 +11,7 @@ module.exports = {
11 ], 11 ],
12 12
13 rules: { 13 rules: {
14 "no-console": process.env.NODE_ENV === "production" ? "error" : "off", 14 "no-console": "off",
15 "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", 15 "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
16 'vue/attribute-hyphenation': 'warn', 16 'vue/attribute-hyphenation': 'warn',
17 'vue/html-closing-bracket-spacing': 'warn', 17 'vue/html-closing-bracket-spacing': 'warn',