73rhodes / Sublime-JSLint

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

How can I change the options for formatting errors #23

Closed joshbedo closed 10 years ago

joshbedo commented 10 years ago

I noticed in the README it says you can do this but looking through all of the files I didn't see a file that I could change the settings for options formatting in.

Thanks, Josh

joshbedo commented 10 years ago

@darrenderidder Well I guess i misread this then? Fully configurable linting options.

darrenderidder commented 10 years ago

Preferences -> Package Settings -> JSLint -> Advanced Build Settings. Refer to http://www.jslint.com/ for full list of linting options.

joshbedo commented 10 years ago

@darrenderidder Alright thanks!

darrenderidder commented 10 years ago

np. thought you wanted to format the jslint output at first. guess you were referring to indentation.