solidjs-community / eslint-plugin-solid

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

Tighten up checking for tracked scopes in custom hook arguments. #125

Closed joshwilsonvu closed 6 months ago

joshwilsonvu commented 6 months ago

Fixes #124 by only tracking functions nested in arguments instead of tracking entire argument.