solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
206 stars 24 forks source link

Enable type generation #129

Closed nix6839 closed 3 months ago

nix6839 commented 3 months ago

Due to a TypeScript compiler bug, not importing unused types causes a type generation error, so I added commit 8ccc56e. Revert 8ccc56e when following TypeScript issue mentioned in the commit message is fixed.

Fix #128

joshwilsonvu commented 3 months ago

@nix6839 Sorry this took so long to test out, but it's published in v0.13.2! Please let me know if there's any type-related issues.