chore(js): add .ts files editorconfig and fix styling

This commit is contained in:
Thomas Rupprecht 2023-02-04 18:20:45 +01:00
parent a193a6923c
commit ca37e153e1
3 changed files with 936 additions and 928 deletions

View File

@ -3,7 +3,7 @@
# top-most EditorConfig file
root = true
[*.{html,css,js,json,svg,toml}]
[*.{html,css,js,json,svg,ts,toml}]
indent_style = tab
indent_size = 2
end_of_line = lf

View File

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
## [unreleased]
### Bug Fixes
- Replace deprecated substr() with substring() and add checks for promise results
### Documentation
- Add type definitions for Calendar and SpaceApi
### Features
- Add git-cliff to update the CHANGELOG.md

1854
types.d.ts vendored

File diff suppressed because it is too large Load Diff