Skip to content
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

Definitions errors #6

Open
alexbruno opened this issue Oct 26, 2018 · 3 comments
Open

Definitions errors #6

alexbruno opened this issue Oct 26, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@alexbruno
Copy link

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
@alexbruno
Copy link
Author

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.

But in gandalf-lint-vue rules settings they are declared, so the error makes sense.

@alexbruno
Copy link
Author

@vilaboim
Copy link
Contributor

Hey, guys.
I fixed the problem, can you test?

@vilaboim vilaboim added the bug Something isn't working label Oct 30, 2018
@vilaboim vilaboim self-assigned this Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants