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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-12 00:48:22 +0300
committerMike Greiling <mike@pixelcog.com>2017-06-28 21:04:34 +0300
commitb37923235bd67542d8f7a02a08c710b6ef3b339d (patch)
treebdce302157f2db0854fdc2e80a1af2d6c007a3cd /package.json
parent4970a66b24b3c465984c4e5f1aa49d60e7c587e4 (diff)
ensure eslint recognizes es2015 dynamic import() syntax
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 045f07ee2f9..5a997e813f8 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
},
"dependencies": {
"babel-core": "^6.22.1",
+ "babel-eslint": "^7.2.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-define": "^1.2.0",
"babel-preset-latest": "^6.24.0",