73rhodes / Sublime-JSLint

JSLint for Sublime Text 2 and 3.
80 stars 14 forks source link

specify project based on options #38

Closed franklingu closed 8 years ago

franklingu commented 9 years ago

this is especially important for predefs cause they differ from project to project

73rhodes commented 8 years ago

Predefs have been removed from JSLint. Use the /* global */ directive instead (http://jslint.com/help.html).