ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

How can I configure the ES version it should be linting for? #250

Open Giszmo opened 5 months ago

Giszmo commented 5 months ago

jshint lets me configure ecma script versions per folder to get errors on frontend code that uses a lower version than backend code. Can I do this with this linter, too?