Run eslint on common package (@vue/cli-plugin-eslint) #6524
Unanswered
franciscolourenco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Monorepo with 3 packages: 2 are vue-cli projects, and 1 is a common package consumed by the other packages.
How to lint common package with @vue/cli-plugin-eslint ?
Ideas:
a) Install Vue CLI in common package
b) Manually add eslint and required plugins as dependencies in common package
c) ...?
Anyone with a similar situation?
Any recommendations from the authors of @vue/cli-plugin-eslint ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions