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:
-rw-r--r--.eslintrc4
-rw-r--r--src/browser/mq4-hover-hover-shim.js1
2 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 69f2438..0b56fa4 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,5 +1,7 @@
-
{
+ "ecmaFeatures": {
+ "blockBindings": true
+ },
"rules": {
"block-scoped-var": 2,
"brace-style": [2, "stroustrup"],
diff --git a/src/browser/mq4-hover-hover-shim.js b/src/browser/mq4-hover-hover-shim.js
index c0a7129..91c5525 100644
--- a/src/browser/mq4-hover-hover-shim.js
+++ b/src/browser/mq4-hover-hover-shim.js
@@ -1,4 +1,5 @@
/*eslint-env browser */
+/*eslint no-var:2*/
/* jshint browser: true, esnext: true */
/* jshint -W080 */
/**