adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.26k stars 7.64k forks source link

[Feature Request] ESLint Support #13106

Open sr229 opened 7 years ago

sr229 commented 7 years ago

ESLint is one of the most well-known JavaScript linters, but it follows mostly the standards set by ECMA for the JavaScript Language

It would be amazing if we have ESLint support as an option in place of the supplied linter on the editor

zaggino commented 7 years ago

@sr229 you can use https://github.com/zaggino/brackets-eslint

petetnt commented 7 years ago

Related: https://github.com/adobe/brackets/issues/11984