First off, I love your plugin (so nice to use this instead of JSLint) 👍
My folder structure is:
When I place my .jshintrc file into each project folder it works perfectly. However, when I move it into my Sites folder it stops working, giving me these errors:
- 'angular' is not defined
- 'alert' is not defined
This seems to not match the behavior described in the JSHint docs:
In case of .jshintrc, JSHint will start looking for this file in the
same directory as the file that's being linted. If not found, it will
move one level up the directory tree all the way up to the filesystem
root.
I'd like to have just one .jshintrc file in the parent Sites folder that each project folder reads. Is this possible?
Thank you :)
First off, I love your plugin (so nice to use this instead of JSLint) 👍
My folder structure is:
When I place my
.jshintrcfile into each project folder it works perfectly. However, when I move it into mySitesfolder it stops working, giving me these errors:This seems to not match the behavior described in the JSHint docs:
I'd like to have just one
.jshintrcfile in the parentSitesfolder that each project folder reads. Is this possible?Thank you :)