diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-01-21 08:01:28 +0100 |
---|---|---|
committer | Martin Wortschack <mwortschack@gitlab.com> | 2019-01-21 08:05:23 +0100 |
commit | c037c4ebe2c9c892c08c3f8e3d24d663cc037ee7 (patch) | |
tree | f3ac94613dc33720a98835f4c4e23e6be5ceef67 /.eslintignore | |
parent | 1ad50299973422b77b3787e5450613859e3d5f57 (diff) | |
download | gitlab-ce-c037c4ebe2c9c892c08c3f8e3d24d663cc037ee7.tar.gz |
Update to Snowplow 2.10.0
- Re-enable stateStorageStrategy=localStorage
- Move snowplow to vendor directory
- Cleanup .eslintignore
- Fix test
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index e97c01da840..f78840e67be 100644 --- a/.eslintignore +++ b/.eslintignore @@ -11,5 +11,3 @@ /vendor/ karma.config.js webpack.config.js - -ee/app/assets/javascripts/shared/snowplow/sp.js |