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:
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 /.eslintrc
parentfde21f27c2609899fd5cf26af2a41429304b6a26 (diff)
Enable no-var ESLint rule in ES6 module
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc4
1 files changed, 3 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"],