11

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.

lmjohns3
  • 253
  • 4
  • 11

1 Answers1

6

If you don't mind installing some npm modules it looks like eslint+flycheck could do the trick like described here.