* Port https://github.com/mattermost/mattermost-webapp/pull/9263 to mobile
* Fix forms props from commands and missing error->text change
* lint
* various fixes
* fix lookups for command parser
* update app command parser
* fixes
* fixes with embedded forms
* lint and types
* remove bindings.expanded fix for cleaning bindings on render
* lint
* re-expand bindings on post update
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
* Add linter rules for import order and type member delimiters
* Remove unneeded group
* Group all app/* imports before the internal imports
* Move app/ imports before parent imports
* Separate @node_modules imports into a different group
* Substitute app paths by aliases
* Fix @node_modules import order and add test related modules
* Add aliases for types and test, and group import types
Co-authored-by: Daniel Espino García <larkox@gmail.com>
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>