Brackets
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
Exclude Folders https://github.com/gruehle/exclude-folders
JavaScript https://github.com/asifmallik/brackets-es6
{
"brackets-file-tree-exclude.excludeList": [
"/.git/",
"/bower_components/",
"/node_modules/"
],
"interactive-linter.javascript": [
"eslint"
]
}