v7.31.11
github-actions
released this
17 Nov 22:34
·
284 commits
to master
since this release
Fixed
jsx-no-target-blank
: allow ternaries with literals (#3464 @akulsr0)no-unknown-property
: addinert
attribute (#3484 @ljharb)jsx-key
: detect keys in logical expression and conditional expression (#3490 @metreniuk)
Changed
- [Perf] component detection: improve performance by avoiding traversing parents unnecessarily (#3459 @golopot)
- [Docs]
forbid-component-props
: inclusive language w/ allowlist (#3473 @AndersDJohnson) - [Docs] automate doc generation with
eslint-doc-generator
(#3469 @bmish)