diff options
author | Zero~Informatique | 2020-04-28 03:47:39 +0200 |
---|---|---|
committer | Zero~Informatique | 2020-04-28 03:47:50 +0200 |
commit | ccecfd9421f4550a71134cd46e1388e486f8c564 (patch) | |
tree | 9711ed24320150d24d85a124de3fd6177052eeb0 /viewer/.eslintrc.js | |
parent | 113bff3c4dcc1976f24df16d4224e1871e665ae0 (diff) | |
download | ldgallery-ccecfd9421f4550a71134cd46e1388e486f8c564.tar.gz |
viewer: global formatting unification
Diffstat (limited to 'viewer/.eslintrc.js')
-rw-r--r-- | viewer/.eslintrc.js | 4 |
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", |