Flo Edelmann
Flo Edelmann
A fragment could be used in another `.graphql` file, so at least for that rule, operations need to be provided.
Ah, I only checked open issues, not PRs. I linked the PR to this issue now.
This is probably the same issue as #2051, right? Can we then close this issue in favor of #2051?
I like your suggestion, but I think this should be a separate rule. `vue/no-props-shadow` sounds good! PR welcome :slightly_smiling_face:
@felipemelendez Are you still interested in fixing this?
No worries, there's more important stuff in life than coding :slightly_smiling_face:
> Is it necessary to lint tags other than Vue components using eslint-vue-plugin? Yes; not everyone is using Prettier, but still most want to stick to some consistent formatting in...
I don't know why the default for `html.void` is `never`. @ota-meshi do you know that? > if it's not really a problem, why add it as warn rule by default...
This repo doesn't have official "Flat config" support yet, see * #1291 Did you try with the experimental implementation in #2319?
Since flat config is now supported, you can use something like this, see https://eslint.vuejs.org/user-guide/#configuration-eslint-config-js: ```ts import pluginVue from 'eslint-plugin-vue' export default [ // add more generic rulesets here, such as:...