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
path: root/src
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-19 06:57:48 +0300
committerChris Rebert <code@rebertia.com>2015-01-19 06:57:48 +0300
commitd9d5917ee26bc5d89edac73a8379fa2cb528c498 (patch)
tree06653cacaf9acaf8709faa1a512c428986cd4985 /src
parentfde21f27c2609899fd5cf26af2a41429304b6a26 (diff)
Enable no-var ESLint rule in ES6 module
Diffstat (limited to 'src')
-rw-r--r--src/browser/mq4-hover-hover-shim.js1
1 files changed, 1 insertions, 0 deletions
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 */
/**