Skip to content

Instantly share code, notes, and snippets.

@tnhu
Created July 27, 2015 21:40
Show Gist options
  • Select an option

  • Save tnhu/b2bcd69452cf206ff4d3 to your computer and use it in GitHub Desktop.

Select an option

Save tnhu/b2bcd69452cf206ff4d3 to your computer and use it in GitHub Desktop.
Brackets Interactive Linter configuration
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