diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-23 11:53:12 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-23 11:53:12 -0500 |
commit | 569b06cf20b455c606171667d73003aff5520c0e (patch) | |
tree | 9b0c035ec2e3b019cb39a893240863a1bfd15baa /.eslintignore | |
parent | 9238c5d5ca22d2fddc0c78a34dc063c8d3abb79e (diff) | |
download | gitlab-ce-569b06cf20b455c606171667d73003aff5520c0e.tar.gz |
update eslintignore for node scripts
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index 1623b996213..33a8186fade 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,11 +1,12 @@ +/app/assets/javascripts/locale/**/app.js +/config/ /builds/ /coverage/ /coverage-javascript/ /node_modules/ /public/ +/scripts/ /tmp/ /vendor/ karma.config.js webpack.config.js -svg.config.js -/app/assets/javascripts/locale/**/app.js |