Software Archive
Read-only legacy content
17061 Discussions

JSHint global config file not working

Bart-Jan_v_
Beginner
494 Views

Hi, for my new project I'm quite interested in using JSHint and maybe even other linters for HTML and CSS. My problem however is that JSHint is not following the rules Im trying to define in my JSHint config file (.jshintrc). I also do not see the option to configure JSHint like I should be able to in brackets through the menus.

I'm wondering if anyone can give me a pointer to what I'm doing wrong after seeing the following screens. I'm also not sure if the brackets.json is really neccesary since I was only seeing JSHint warnings I think but I left it in anyway.JSHintWarnings.PNGJSHintSettings.PNGBracketsSettings.PNG

0 Kudos
1 Solution
Elroy_A_Intel
Employee
494 Views

The implementation of Brackets within Intel XDK only fully supports inline configuration comments for JSHint/JSLint

View solution in original post

0 Kudos
2 Replies
Elroy_A_Intel
Employee
495 Views

The implementation of Brackets within Intel XDK only fully supports inline configuration comments for JSHint/JSLint

0 Kudos
Bart-Jan_v_
Beginner
494 Views

Thanks for the response, I got pointed out to the JSHint docs when configuring JSHint and so assumed JSHint would still scan for a settings file.

0 Kudos
Reply