* Revert "Downgrade mmkv and bump to 435 (#6742)"
This reverts commit 66b469bb31.
* Revert "Bump Version to 1.56.0 and build to 431 (#6723)"
This reverts commit fdee027b4a.
* Revert "[V1] update deps (#6666)"
This reverts commit 8137241f12.
* bump build to 436
* update snapshots
* 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
* update eslint's `comma-dangle` rule to `always-multiline`
* add check and fix scripts to package.json
* Invoke `yarn fix` to adopt the updated eslint rules. No other changes are included.