You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an eslint error when trying to lint my laravel project. I use ESlint 7.29. It complains about a missing config from the vue-tags-input package.
Any idea how to solve this ?
More than happy to provide more information if this is not clear enough
Thanks for your help !
here is the messsage
> eslint **/*.vue --fix
Oops! Something went wrong! :(
ESLint: 7.29.0
ESLint couldn't find the config "@hydrant/eslint-config/vue" to extend from. Please check that the name of the config is correct.
The config "@hydrant/eslint-config/vue" was referenced from the config file in "/Users/romainleger/Sites/knocktoque/node_modules/@johmun/vue-tags-input/package.json".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
The text was updated successfully, but these errors were encountered:
Hi there,
I got an eslint error when trying to lint my laravel project. I use ESlint 7.29. It complains about a missing config from the vue-tags-input package.
Any idea how to solve this ?
More than happy to provide more information if this is not clear enough
Thanks for your help !
here is the messsage
The text was updated successfully, but these errors were encountered: