Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[patch]
no-autofocus
: don't report error if autoFocus is set to false
This change adjusts the error condition for `no-autofocus` to allow for manually disabling `autoFocus`. Now, any usage of `autoFocus="false"` or `autoFocus={false}` will not report.
- Loading branch information