You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: