SoftboxLab / gandalf-lint-vue

Vue Bad Code Shall Not Pass
https://www.npmjs.com/package/@softboxlab/eslint-config-gandalf-lint-vue
MIT License
0 stars 0 forks source link

Definitions errors #6

Open alexbruno opened 5 years ago

alexbruno commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

https://github.com/vuejs/eslint-plugin-vue/releases

vilaboim commented 5 years ago

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