v0.7.0
Little quality of life updates ✨
New Features
Added solid/jsx-no-duplicate-props
, solid/jsx-no-script-url
, and solid/self-closing-comp
, ported from eslint-plugin-react
with some adaptations.
Changes
solid/no-react-specific-props
now warns on and removes key
props on DOM elements, to migrate React code.
Full Changelog: v0.6.1...v0.7.0