Yuichiro Yamashita
Yuichiro Yamashita
I think instead of modifying this rule, it's better to create like `svelte/prefer-reactive-label` rule. Because as @ota-meshi mentioned that if a parent component passes a prop AFTER mounting this component,...
I think this makes a chance to introduce a bug, so in terms of best practice, it's better to use `$` instead of const / let / var. So personally...
I'm not sure about concrete cases but I'm afraid that the parser removing a default value will make a different issue.
`waterfall` is used in the kit doc. So this word itself is natural.
But to protect `waterfall`, possibly we need to take care something more in the future, so I'd like to use a name that has a specific check purpose. I mean...
`postcss-safe-parser` requires Node 18.
We can implement a register function like this. Then, if a user wants to register all custom elements as regular names, then just they need to call `defineCustomElements()`. If a...
Anyway, I think this PR is not right fix, so I close this now. But thank you for your contribution @wyysf123
I may not understand something regarding this PR. However, I have a small idea for finding **top-level** `` / `` tag. So I'm posting it. I'm sorry if I'm saying...
@bluwy Thank you for your comment! > I'm not sure if checking for at the first of line would be a robust solution. The format of the code shouldn't change...