How to enable jslint plugin in Notepad ++ to recognize es6 functions like "=>"
Is it possible to include ES6 features in jslint plugin for Notepad ++?
I tried setting es6 and ES6 to true, but this does not work.
In particular, I use the arrow functions "=>" and get jslint errors, waiting for the identifier and seeing the ">".
This is for programs running under node.js v 4.2.1, using notepad ++ as an editor in Windows 2012 R2.
+4
2 answers