In IBM DevOps Services, there is web editor (Orion base). Looks like the ecmaScript parser by ESLint is version 5 by default. Is it possible to use version 6 ? The following did not work.
/*eslint-env es6*/
I checked JavaScript configuration, but does not have it. The problem I have is WebIDE gives me errors on "class".
class Hoge {}
Shows error in the editor.
Thanks !