diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2017-09-27 13:51:23 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2017-09-27 13:55:41 +0200 |
commit | 0612ee64bc4b0baebf8f47c1eda77823403d7473 (patch) | |
tree | f6aa121ec7b6887ec7be261a49c06ab87ad516e1 /.eslintignore | |
parent | 3b2d68d37d39047e25fbe0ae51cafa39f22805f8 (diff) | |
download | gitlab-ce-0612ee64bc4b0baebf8f47c1eda77823403d7473.tar.gz |
Fix linting errors in locale/index.jswinh-linting-locale
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index d6ce39636bd..1623b996213 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,4 +8,4 @@ karma.config.js webpack.config.js svg.config.js -/app/assets/javascripts/locale/**/*.js +/app/assets/javascripts/locale/**/app.js |