I would like to disable JSHint warning "W097": use function form of 'use strict'.
I know I can place /* jshint -W097 *
/ and /* jshint node: true */
But I don't want to manually add that on top of every page. Is there a way to disable from the source code or settings?
Much appreciated