Does anyone know of a javascript editing mode that supports the es6 syntax additions (arrow functions, extends, imports, generators, etc.)? I've done some quick searching but it looks like so far everyone just uses js2-mode
and ignores the syntax errors.
Asked
Active
Viewed 4,878 times
11

lmjohns3
- 253
- 4
- 11
1 Answers
6
If you don't mind installing some npm modules it looks like eslint+flycheck could do the trick like described here.

Bartosz Kaliszuk
- 176
- 1
- 6