-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vue
to lintConfig choices
#252
Comments
eh, why do you lint the code if you are just trying the Vuex example ? btw, you can make a PR to relevant template repo. |
|
This was referenced Jun 9, 2020
This was referenced Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After creating vue project using vue-cli, if we try the examples from Vuex, the eslint throws lots of warnings/errors.
Reason:
Vuex examples uses 'eslint-config-vue' for linting
vue-cli doesn't provide the same option when creating new project.
The text was updated successfully, but these errors were encountered: