ricardofbarros / linter-js-standard

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

Add support for Vue linting? #215

Open tom-sherman opened 6 years ago

tom-sherman commented 6 years ago

Would be nice to add support for linting .vue files.

I accomplish this in my projects by running standard --plugin html '**/*.{js,vue}', this requires eslint-plugin-html.

Alternatively, allow the entry of glob pattern in settings?

sonicdoe commented 6 years ago

If you have language-vue installed, linter-js-standard should lint JavaScript inside your .vue files. Does this work for you?

vbgm commented 6 years ago

Have initially created a duplicate of this, but then noticed that linting actually works fine with linter-js-standard with the language-vue installed. However there is another issue related: #216