victorporof / Sublime-JSHint

JSHint Gutter for Sublime Text 2 and 3 via node.js
https://github.com/victorporof/Sublime-JSHint
682 stars 71 forks source link

Remove deprecated globalstrict #127

Closed area closed 8 years ago

area commented 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.

victorporof commented 8 years ago

Thanks!