solidjs-community / eslint-plugin-solid

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

Support custom reactive functions for reactivity rule #113

Closed CreativeTechGuy closed 6 months ago

CreativeTechGuy commented 7 months ago

Fix #112

joshwilsonvu commented 6 months ago

Thank you for this PR and your patience! Though this isn't the approach I'd like to use in the long-term, I'd like to merge this to alleviate this pain point in the short-term. I don't expect many users to need it, given the use* and create* escape hatches, but no harm done in having it.