you need to add a .jshintrc file yourself, I think this file is part of your project, and it should not be changeable in spacevim.
I will look into jshint, if I find the cli tool support argv for enable esversion 6, I will add this feature.
also you can read https://github.com/AtomLinter/linter-jshint/issues/237#issuecomment-199836393
@wsdjeg OK, Thank you.
In windows
open VS Code then press ctrl+shift+p together > command palellet will appear > open user settings>search jshint> click on jshint:options > "jshint.options": { "esversion": 6, }
This doesn't help @rahulsharma991 . I am writing a userscript, not a bomb. Please explain this in neater terms WITHOUT Visual Studio, thank you.
Most helpful comment
In windows
open VS Code then press ctrl+shift+p together > command palellet will appear > open user settings>search jshint> click on jshint:options > "jshint.options": { "esversion": 6, }