solidjs-community / eslint-plugin-solid

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

[116] Components return once with support for render functions #117

Closed Tronikelis closed 6 months ago

Tronikelis commented 6 months ago

Removed the autofix rule for now

And there is only one error which is noEarlyReturn as conditionals I would say are the same thing, returning early for something

Tronikelis commented 6 months ago

closes #116