brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Unable to turnoff "white" jshint option via inline jshint config #4333

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by EvHaus Wednesday Aug 07, 2013 at 15:50 GMT Originally opened as https://github.com/adobe/brackets/issues/4689


Steps to reproduce:

Other jslint options seem to work when added to the top, but not the "white" one for some reason.

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Aug 07, 2013 at 16:44 GMT


@globexdesigns The following works fine for me:

/*jslint white: true */

Note that it's true, not false; and jslint, not jshint. (You can also include a jshint configuration comment in your file if you'd like, but jslint will ignore it).

core-ai-bot commented 3 years ago

Comment by EvHaus Wednesday Aug 07, 2013 at 16:54 GMT


Confirmed. Sorry for that.