Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change eslint
ban-types
to warning. (#2714)
## Description While looking at #2711 we decided to change `P extends Record<string, unknown>` to `P extends object` (issue author already created #2712). However, current CI won't allow this change because of `ban-types` eslint rule. I've decided to follow @tjzel suggestion and change this rule to warning instead of error. ## Test plan Run `yarn lint:js-root`.
- Loading branch information