v0.3.0
Full Changelog: v0.2.0...v0.3.0
This is a good one! ✨ This release introduces the solid/no-destructure rule. It catches when components destructure props in
the parameter list (as is common in React), and automatically fixes the problem, even minding mergeProps and splitProps.
Check the docs to learn more.
solid/no-destructure is now part of the "plugin:solid/recommended" configuration. If you were using a previous version with
this configuration and upgrade, you may receive new lint errors.