TudorCampean / brackets-jshint

JsHint linintg support for Brackets
1 stars 0 forks source link

Difference from Raymond's JSHint #1

Open dandv opened 10 years ago

dandv commented 10 years ago

Salut,

How does this Brackets extension differ from the one it forks from?

Would be nice to give a raison d'etre in the README. Thanks!

TudorCampean commented 10 years ago

Salut, It works the same way as the built-in jslint . You can add "jshint.options" and "jshint.global" in your general config file (Debug -> Open Preference File). Those apply to all files in your project. You can add a .brackets.json file in any of your folders and you have extra configuration for that folder (global settings still apply). And you still can use per file configuration. No need for a .jshintrc.

On Thu, Mar 13, 2014 at 1:56 PM, Dan Dascalescu notifications@github.comwrote:

Salut,

How does this Brackets extension differ from the one it forks fromhttps://github.com/cfjedimaster/brackets-jshint ?

Would be nice to give a raison d'etre in the README. Thanks!

Reply to this email directly or view it on GitHubhttps://github.com/TudorCampean/brackets-jshint/issues/1 .