Per https://en.wikipedia.org/wiki/MediaWiki_talk:Gadget-owidslider.js - we had an issue where we used js features not supported on safari. We are supposed to follow https://www.mediawiki.org/wiki/Compatibility#Browsers
Setting up linting with eslint-config-wikimedia with grunt so that we can easily test by running npm test from the command line would help us ensure that we don't repeat this issue in the future.
Per https://en.wikipedia.org/wiki/MediaWiki_talk:Gadget-owidslider.js - we had an issue where we used js features not supported on safari. We are supposed to follow https://www.mediawiki.org/wiki/Compatibility#Browsers
Setting up linting with eslint-config-wikimedia with grunt so that we can easily test by running
npm testfrom the command line would help us ensure that we don't repeat this issue in the future.