From ccecfd9421f4550a71134cd46e1388e486f8c564 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Tue, 28 Apr 2020 03:47:39 +0200 Subject: viewer: global formatting unification --- viewer/.eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'viewer/.eslintrc.js') 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 = { "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off", "eol-last": ["warn", "always"], "object-curly-spacing": ["warn", "always"], - "indent": ["warn", 2, { "SwitchCase": 1 }], "quote-props": ["warn", "as-needed"], - "quotes": ["warn", "double"], + indent: ["warn", 2, { SwitchCase: 1 }], + quotes: ["warn", "double"], "vue/attribute-hyphenation": "warn", "vue/html-closing-bracket-spacing": "warn", "vue/html-end-tags": "error", -- cgit v1.2.3