linter-js-standard icon indicating copy to clipboard operation
linter-js-standard copied to clipboard

Add support for Vue linting?

Open tom-sherman opened this issue 6 years ago • 2 comments

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?

tom-sherman avatar Dec 09 '17 22:12 tom-sherman

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

sonicdoe avatar Jan 01 '18 15:01 sonicdoe

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

vbgm avatar Jan 04 '18 16:01 vbgm