linter-js-standard
linter-js-standard copied to clipboard
Add support for Vue linting?
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?
If you have language-vue installed, linter-js-standard should lint JavaScript inside your .vue
files. Does this work for you?
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