Chore: Moved individual models into their own files.

Chore: Updated dependencies.
This commit is contained in:
2021-03-17 09:39:56 +05:30
parent 716c74c974
commit ea2bfb1c0c
89 changed files with 1306 additions and 1068 deletions

View File

@ -8,6 +8,9 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false