Is it possible to ignore jslint warnings on gulp -production

I have a few warnings that are going to require some refactoring, but for the time being I’d like to deploy to staging.

Is it possible to ignore jslint warnings for now?

Much thanks!

use

/*ignore jslint start*/

// code to ignore

/*ignore jslint end*/
1 Like