mint-metrics / mojito-js-delivery

🧪 Source-controlled JS split testing framework for building and launching A/B tests.
https://mojito.mx/docs/js-delivery-intro
Other
16 stars 30 forks source link

Lint templates used in gulp new aa/ab/demo command #99

Closed kingo55 closed 3 years ago

kingo55 commented 3 years ago

This is a really small PR that just lints the templates' JS for gulp new. More addressing an annoyance when generating tests.

It also changes the AA test trigger to remove Mojito.utils.domReady().

Before

Warning for space-before-function-paren triggered:

Screen Shot 2021-07-01 at 14 33 12

After

Screen Shot 2021-07-01 at 14 33 39