diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-03-26 16:03:28 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-03-26 16:03:28 +0000 |
commit | ad985a7a28c19a085011afc7531f4f2c13783cb2 (patch) | |
tree | 56546845700e6551628d6ad79d46b74901a25460 /.eslintrc.yml | |
parent | 02b29ce8846760ac91ec560d737a38497a5b9155 (diff) | |
download | gitlab-ce-ad985a7a28c19a085011afc7531f4f2c13783cb2.tar.gz |
Merge branch 'winh-remove-sushi' into 'master'
Remove .raw from JavaScript fixture file names
Closes #59201
See merge request gitlab-org/gitlab-ce!26430
(cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index b0794bb7434..98a497aa12a 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -9,9 +9,6 @@ plugins: - import - html settings: - html/html-extensions: - - '.html' - - '.html.raw' import/resolver: webpack: config: './config/webpack.config.js' |