-
-
Notifications
You must be signed in to change notification settings - Fork 695
Closed
Labels
Description
Hi folks, I'd like to suggest a snippet added to the docs describing how to use eslint-plugin-vue with standard, under the assumption that it's a rather common linter, but specifically because its users don't typically use it via eslint, but as its own binary.
I currently have it running as a separate npm script: one runs standard --plugin html '**/*.{js,vue}', and the other runs eslint 'src/**/*.vue' (with an .eslintrc that has the vue plugin in it) and that works fine, but there's probably a way to consolidate. I haven't done it, but figured someone here had, and waited to raise the suggestion of including it in the docs if others feel it's warranted.
frlzjosh and liuliangsir