Yuichiro Yamashita
Yuichiro Yamashita
@shumadrid Can you share us code example? Like this? ```svelte const { currentDayCommitHash }: { currentDayCommitHash: string } = $props(); ```
@AndersRobstad Thank you! I will fix this ASAP.
@shumadrid @AndersRobstad We’ve released v3.2.1. Could you please verify if this issue has been resolved? As this rule is relatively complex, there might still be some false positives.
@AndersRobstad By default, the `checkImportedTypes` option is set to `false`. This means the rule does not report unused properties for imported types (where the component itself doesn’t own the type...
@AndersRobstad Thank you! But this is strange.🤔 I’ll investigate why this is happening. I've created a issue: https://github.com/sveltejs/eslint-plugin-svelte/issues/1133
After release v3, I will migrate the docs to omnisite.
I think this rule can be handled by Prettier, so it doesn’t need to be supported by ESLint. I’d like to deprecate this rule in v3. What do you think?...
We discussed this matter with the Svelte core team. Our general stance as maintainers is that we do not actively focus on fixing bugs or adding new features for formatting...
[MEMO] This is related to https://github.com/sveltejs/svelte/issues/6562. Maybe the root cause is same.
We should prepare these rules!