Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #52. Scan entire file tree for config by default. #55

Merged
merged 2 commits into from
Jun 5, 2014

Conversation

busykai
Copy link
Contributor

@busykai busykai commented Jun 5, 2014

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 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:

{
    "jshint.scanProjectOnly": true 
}

cc: @cfjedimaster

Also, add jshint.scanProjectOnly extension pref. When set to true would
only scan up to the project root.
cfjedimaster added a commit that referenced this pull request Jun 5, 2014
Fix #52. Scan entire file tree for config by default.
@cfjedimaster cfjedimaster merged commit 8c1e7d2 into cfjedimaster:master Jun 5, 2014
@busykai busykai deleted the fix-52-scan-entire-tree branch June 6, 2014 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read parent folder .jshintrc
2 participants