Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-05-08 20:37:28 +0300
committervimux <vimux@protonmail.com>2019-05-08 20:37:28 +0300
commit593fc3bbfb2b7d36462dcc78c2b09fb7a28c8917 (patch)
tree6db4715f4565da2a8621fadc9b4b952e983f0fb8 /package.json
parentf7d555ae80489d53fb84caa1eb767efe6bd6f4d4 (diff)
Fix mobile menu in IE11
Remove trailing comma in functions (IE11)
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json
index fa01643..fcfa8ce 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,13 @@
2,
"tab"
],
+ "comma-dangle": ["error", {
+ "arrays": "always-multiline",
+ "objects": "always-multiline",
+ "imports": "always-multiline",
+ "exports": "always-multiline",
+ "functions": "ignore"
+ }],
"no-tabs": 0
}
},