-
Notifications
You must be signed in to change notification settings - Fork 14
Incorrect eslint error when upgrade to 0.5.0 #65
Comments
From the error log, I think the errors are lint errors from new rules of vue eslint plugin, so I suggest fixing the lint errors in your repo, if there’s special requirement, you can exclude those rules. |
Those are valid according to eslint-plugin-vue:
I follow the rules in my code:
But I got lint errors with @0.5.0 :
|
Looks related to vuejs/eslint-plugin-vue#869 I'll have a look and figure out the root cause. |
I'm having the above problem as well. Manually installing this brought down the issues reported in linting from
to
But those are just issues that arose due to the rule updates. [EDIT] I see it has already been updated in master and therefore it should be fixed soon. 👍 |
|
I'm also experiencing this issue after installing Running
Not sure where
|
eslint-plugin-vue@5 issue will be fixed in next release of https://github.com/nuxt/eslint-config |
Still not fixed |
@MrToxy Can you please confirm which verison of eslint-config you're installing ? yarn why @nuxtjs/eslint-config
yarn why eslint-plugin-vue |
same problem |
I have same problem |
I also have the problem. |
@coeurofbear Can you please confirm above comment about package version? |
Is there any solve to this problem? Been stuck here for two days. The problem arose when I upgraded all my package. |
@clarkdo same problem There seem to be a conflict between
this issue has been opened for a while, any workaround ? |
Hi @syffs Can you try to upgrade @nuxtjs/eslint-config ? |
Hi @clarkdo You're right, I used |
Please look at this repo: https://github.com/Miaoxingren/test-nuxt-eslint. Downgrade eslint-plugin-nuxt to @0.4.3 solved the problem.
The text was updated successfully, but these errors were encountered: