-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix: add overrides from eslint-recommended also for .vue files #40
Conversation
🤔 This breaks the eslint-config-typescript/test/fixtures/allow-js/App.vue Lines 2 to 3 in 8c3628c
(should fail on no-const-assign , but was overridden)
I've thought about adding a dedicated
|
Yes, I can see your point. It would be awesome if we could match the |
As far as I know, it's not possible due to limitations of |
Yeah, there are, but not the ones in the It's in |
See the reasoning at #40 (comment)
I think that if you use |
I thought about offering an opt-out config too. But now I think it would require a more convincing motivation than the double-error issue. There will always be projects with So, I don't want to bring in more maintenance burden and make newcomers harder to get into the ecosystem, unless there's absolute necessity. |
See the reasoning at vuejs/eslint-config-typescript#40 (comment)
See the reasoning at vuejs/eslint-config-typescript#40 (comment)
No description provided.