-
Beautify - Format JavaScript, HTML, and CSS files
-
Brackets Git - Integration of Git into Brackets
-
FuncDocr - Generates JSDoc,PHPDoc annotations for your functions.
-
Interactive Linter - Interactive linting for Brackets
-
Angular https://github.com/angular-ui/AngularJS-brackets
-
Exclude Folders https://github.com/gruehle/exclude-folders
Created
July 7, 2016 10:49
-
-
Save iegik/cdcc0dc5625821e3b331a5b9526f3147 to your computer and use it in GitHub Desktop.
Brackets
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-file-tree-exclude.excludeList": [ | |
"/.git/", | |
"/bower_components/", | |
"/node_modules/" | |
], | |
"interactive-linter.javascript": [ | |
"eslint" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment