language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

Align templates with "zero effort typing"

Open stephane-vanraes opened this issue 2 years ago • 2 comments

Closes #2033

With the introduction of "zero effort typing" the generated templates from the Svelt Extension no longer need the types, this change reflects that by removing these types from them.

stephane-vanraes avatar May 26 '23 12:05 stephane-vanraes

Can we make this configurable? Currently typescript eslint doesn't support zero config type (#2073) and there is also #2053 that we haven't figure out the exact reason. Also, these types are not redundant some people might prefer the explicit of always type it.

jasonlyu123 avatar Aug 27 '23 08:08 jasonlyu123

Agree that this should be configurable - there should be a config option to omit the types (disabled by default).

dummdidumm avatar Aug 29 '23 08:08 dummdidumm