Also, add jshint.scanProjectOnly extension pref. When set to true would only scan up to the project root. The default is false -- scan the entire tree up to the root.
In order to set the pref to limit the scan to project subtree, add the following to your brackets.json or to project's .brackets.json:
Fix #52. Scan entire file tree for config.
Also, add jshint.scanProjectOnly extension pref. When set to
true
would only scan up to the project root. The default isfalse
-- scan the entire tree up to the root.In order to set the pref to limit the scan to project subtree, add the following to your brackets.json or to project's .brackets.json:
cc: @cfjedimaster