web: ban `reactstrap` imports
Created by: valerybugakov
Context
We work on dropping bootstrap
and reactstrap
dependencies in favor of the Wildcard component library.
This PR adds a linter rule that bans new reactstrap
imports. Existing imports will be migrated as a part of the Wildcard migration effort. For now, linter errors are disabled for existing reactstrap
imports.
Test plan
n/a
App preview:
Check out the client app preview documentation to learn more.