diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-04-11 16:48:22 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-06-28 13:04:34 -0500 |
commit | b37923235bd67542d8f7a02a08c710b6ef3b339d (patch) | |
tree | bdce302157f2db0854fdc2e80a1af2d6c007a3cd /package.json | |
parent | 4970a66b24b3c465984c4e5f1aa49d60e7c587e4 (diff) | |
download | gitlab-ce-b37923235bd67542d8f7a02a08c710b6ef3b339d.tar.gz |
ensure eslint recognizes es2015 dynamic import() syntax
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
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", |