We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running into problems trying to implement gandalf-lint-vue at moo-cli Vue architecture.
After a new project bootstrap, running lint fails with these erros:
error: Definition for rule 'vue/component-name-in-template-casing' was not found
error: Definition for rule 'vue/no-spaces-around-equal-signs-in-attribute' was not found
The text was updated successfully, but these errors were encountered:
I just found where is the error!
These two definitions are being implemented at eslin-plugin-vue version 5 (beta yet).
gandalf-lint-vue NPM dependencies are requesting eslin-plugin-vue version ^4.7.1. In this version, that two definitions are not present.
dependencies
But in gandalf-lint-vue rules settings they are declared, so the error makes sense.
rules
Sorry, something went wrong.
https://github.com/vuejs/eslint-plugin-vue/releases
Hey, guys. I fixed the problem, can you test?
vilaboim
No branches or pull requests
I'm running into problems trying to implement gandalf-lint-vue at moo-cli Vue architecture.
After a new project bootstrap, running lint fails with these erros:
The text was updated successfully, but these errors were encountered: