diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-03-28 18:13:20 +0100 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-03-28 18:14:47 +0100 |
commit | 5a2d7bf245aea165a2569916e8419e76c5715fda (patch) | |
tree | 55c50b7cdcc9b202be7b2c4865eee055ca494f70 /.eslintignore | |
parent | baa671a3895acde31ea4433023e90ca72a7ae933 (diff) | |
download | gitlab-ce-5a2d7bf245aea165a2569916e8419e76c5715fda.tar.gz |
Ignore Jest config from ESLint
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index f78840e67be..9a5e15c86ae 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,5 +9,6 @@ /scripts/ /tmp/ /vendor/ +jest.config.js karma.config.js webpack.config.js |