Flo Edelmann

Results 458 comments of Flo Edelmann

# Export files validity (Output of test script `tests/github/exports-valid.js`.) Test the exported files of selected fixtures against the plugins' export tests. You can run a plugin's export tests by executing:...

# Export files validity (Output of test script `tests/github/exports-valid.js`.) Test the exported files of selected fixtures against the plugins' export tests. You can run a plugin's export tests by executing:...

# Export files validity (Output of test script `tests/github/exports-valid.js`.) Test the exported files of selected fixtures against the plugins' export tests. You can run a plugin's export tests by executing:...

Additional context from https://github.com/vuejs/eslint-plugin-vue/pull/2513#issuecomment-2459347922: > There is a problem with this fix - it works only if `mapGetters` or `mapState` or `mapMutations` appears in the source code **BEFORE** the actual...

I don't think that adding `lang="js"` should be the default when enabling this rule, because it looks so similar to `lang="ts"`. Having a clear visual distinction between these two is...

Hmm, I think that we can remove that special handling and change the note to tell people to set `allowNoLang` to `true` (or leave it as default) if they use...

Could you please fix the lint and test failures?

1. Why enforce a specific function style? Just for consistency, or are there other reasons? 2. Why only for top-level functions? 3. Why only for Vue files, or more specifically...