I get this warning:
"Use the function form of "use strict"
when gulp watch my js files.
How to solve this? I´m using gulp, gulp-babel and gulp-jshint.
Code ex:
.pipe( babel() )
.pipe( jshint( ".jshintrc" ) )
I´m not writting the 'use strict'
on my code. It was generated by babel.