Open tom-sherman opened 6 years ago
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
Would be nice to add support for linting
.vue
files.I accomplish this in my projects by running
standard --plugin html '**/*.{js,vue}'
, this requireseslint-plugin-html
.Alternatively, allow the entry of glob pattern in settings?