diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-09-08 13:55:37 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-09-08 13:55:37 +0200 |
commit | fe8e3c90d4af02ce634a40a1de907b1177615d59 (patch) | |
tree | d9e5f3a20f2dfcf4ee24b893f7d12e88b6930597 /.eslintignore | |
parent | 034163244ffede7d6890e20bff03ed5475331c9f (diff) | |
download | gitlab-ce-fe8e3c90d4af02ce634a40a1de907b1177615d59.tar.gz |
ignore snowplow for eslint and prettier
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 33a8186fade..03eeeccf03f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -10,3 +10,5 @@ /vendor/ karma.config.js webpack.config.js + +ee/app/assets/javascripts/shared/snowplow/sp.js |