diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-14 01:35:27 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-14 01:35:27 -0600 |
commit | 34b8cdf87ce8e36e5f442bf7068869833f35243b (patch) | |
tree | 84f65c46545ea0033fd6e5b59b9ea7827b546a53 /package.json | |
parent | e5f446b7ca4bc54ffaf527e4c57dea2bee2f79f6 (diff) | |
download | gitlab-ce-34b8cdf87ce8e36e5f442bf7068869833f35243b.tar.gz |
enable eslint to resolve webpack modules according to webpack.config.jseslint-resolve-webpack-modules
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 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", |