You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pbredenberg sorry for the delay! Yes, it appears to be related to the call indentation rule, sorry I don't recall why I thought to use "Naming Convention" at the time. 🤦♂️ So, silvermine/eslint-plugin-silvermine#63 and this issue are both reporting the same bug. But I suggest marking this one as the dupe since it's the wrong repo.
In the event that there is a generic defined with angle brackets that are multiline, an error is thrown, in the sense that the linting rule crashes:
This may occur in Vue 3 with TypeScript when defining component properties, for example:
However, if it is a single line, it will not crash:
For now, I've been working around it by always keeping generics to one line, creating a type/interface if necessary.
The text was updated successfully, but these errors were encountered: