This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Branched/continued from #11644, #11693
This issue was created to track down moving to ESLint separately from the existing PR (and the general ES6 support)
The integration part should be easy but what about the third box? Possible options include:
- Make ESLint the preferred linter and let the user use JSLint if the user decides to do so (confusing to those who have just used JSLint in the past)
- Make ESLint the preferred linter and remove JSLint altogether (spinning it to non-core extension) (similar issues as above)
- Just let them exist side by side and the let the user configure the settings (most confusing as files get linted twice?)
- Provide UI to select the preferred linter on first launch of Brackets 1.x (most user friendly, needs UI work etc.)
@abose @ficristo @marcelgerber