diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-08-18 16:05:53 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-08-18 16:05:53 -0500 |
commit | a7eb806e93e44a35b6853491820d24b60c25bb1c (patch) | |
tree | fe2959ef5bfa6d3efbfcd97e98cd97131f376abf /.eslintrc | |
parent | 3695c6bc6d95e650600441ccfa382c682ace5558 (diff) | |
download | gitlab-ce-a7eb806e93e44a35b6853491820d24b60c25bb1c.tar.gz |
add global __webpack_public_path__ to eslint configupdate-monaco-loader-test
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc index 3e07edbccfe..44ad6a4896c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,6 +6,7 @@ }, "extends": "airbnb-base", "globals": { + "__webpack_public_path__": true, "_": false, "gl": false, "gon": false, |