Created
July 27, 2015 21:40
-
-
Save tnhu/b2bcd69452cf206ff4d3 to your computer and use it in GitHub Desktop.
Brackets Interactive Linter configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brackets.json | |
| ------------- | |
| "language": { | |
| "javascript": { | |
| "linting.prefer": [ | |
| "JSHint" | |
| ], | |
| "linting.usePreferredOnly": true | |
| } | |
| }, | |
| "interactive-linter.javascript": ["jshint"], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment