mattermost-mobile/app/client/rest
Daniel Espino García 4c8594d330
Add linter rules for import order and type member delimiters (#5514)
* 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
2021-07-23 11:06:04 +02:00
..
apps.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
base.ts Feat crt (#5455) 2021-07-21 22:58:04 +05:30
bots.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
channels.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
constants.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
emojis.ts [MM-35909] Support for emoji 13 (#5497) 2021-06-30 00:41:11 +02:00
error.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
files.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
general.ts MM-33580 Granular Data Retention (#5330) 2021-07-15 18:47:48 +05:30
groups.ts MM-24693 Add since query param to the getGroups api request (#5163) 2021-04-27 23:21:19 +05:30
index.test.js Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
index.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00
integrations.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
posts.ts Feat crt (#5455) 2021-07-21 22:58:04 +05:30
preferences.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
shared_channels.ts MM-32921 shared channels (#5241) 2021-05-24 16:07:47 +05:30
teams.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
tos.ts Refactor rest client class to use mixin and a bit of cleanup (#5318) 2021-04-15 10:04:36 -04:00
users.ts Add linter rules for import order and type member delimiters (#5514) 2021-07-23 11:06:04 +02:00