v0.8.0
eslint-plugin-solid
has moved to the solidjs-community
org! π
This release addresses a few issues and adds a new opt-in solid/no-proxy-apis
rule for users wanting to target environments that don't support ES6 Proxies, in support of Solid v1.6.
What's Changed
- Add solid/no-proxy-apis rule for envs that don't support ES6 Proxy. by @joshwilsonvu in #36
- In components-return-once, don't treat callback functions as components. by @joshwilsonvu in #37
- Deprecate prefer-classlist and set to off in recommended configs. by @joshwilsonvu in #38
- Show reactivity warning on reactive variables in context provider value prop by @joshwilsonvu in #39
Full Changelog: v0.7.4...v0.8.0