Closed kingo55 closed 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.
gulp new
It also changes the AA test trigger to remove Mojito.utils.domReady().
Mojito.utils.domReady()
Warning for space-before-function-paren triggered:
space-before-function-paren
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:After