From e34be1261d9219e5b2b92ebe271f609f11d55f63 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sun, 22 Dec 2019 03:50:40 +0100 Subject: vewer: Tags indexing and search input --- viewer/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewer/.eslintrc.js') 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 = { ], rules: { - "no-console": process.env.NODE_ENV === "production" ? "error" : "off", + "no-console": "off", "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", 'vue/attribute-hyphenation': 'warn', 'vue/html-closing-bracket-spacing': 'warn', -- cgit v1.2.3