diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-12-29 15:30:58 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-10 12:30:40 -0600 |
commit | ee6de1d34f27fa4e60ab8a493d1b2d6ca997e91e (patch) | |
tree | 3c0b805291fd3195ab74a59675669dc29fa75c56 /.eslintignore | |
parent | 1e8a4189dc4cd97702999367775c54c10463ffc9 (diff) | |
download | gitlab-ce-ee6de1d34f27fa4e60ab8a493d1b2d6ca997e91e.tar.gz |
ignore karma config in eslint
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index a9d27a6765e..c742b08c005 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,4 +5,5 @@ /public/ /tmp/ /vendor/ +karma.config.js webpack.config.js |