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-02-14 10:35:27 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-14 10:35:27 +0300
commit34b8cdf87ce8e36e5f442bf7068869833f35243b (patch)
tree84f65c46545ea0033fd6e5b59b9ea7827b546a53 /package.json
parente5f446b7ca4bc54ffaf527e4c57dea2bee2f79f6 (diff)
enable eslint to resolve webpack modules according to webpack.config.js
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 24e11a4607f..3a7cdb14ad1 100644
--- a/package.json
+++ b/package.json
@@ -38,6 +38,7 @@
"devDependencies": {
"eslint": "^3.10.1",
"eslint-config-airbnb-base": "^10.0.1",
+ "eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",