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

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 2182f31..61e9554 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -31,6 +31,7 @@
"no-duplicate-case": 2,
"no-empty-character-class": 2,
"no-eval": 2,
+ "spaced-comment": [2, "always", {"markers": ["!"]}],
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-inline-comments": 0,