Closed area closed 8 years ago
According to the docs (http://jshint.com/docs/options/), globalstrict is deprecated and should be replaced with strict. As an added bonus, this solved https://github.com/victorporof/Sublime-JSHint/issues/126 for me.
globalstrict
strict
Thanks!
According to the docs (http://jshint.com/docs/options/),
globalstrict
is deprecated and should be replaced withstrict
. As an added bonus, this solved https://github.com/victorporof/Sublime-JSHint/issues/126 for me.