Skip to content

Commit 5f588e9

Browse files
committedDec 8, 2022
build!: transmute codebase to TypeScript (#96)
BREAKING CHANGE: minimum recommended node version bumped from 10.13.0 to 14.20.0
1 parent f9ad903 commit 5f588e9

File tree

106 files changed

+41284
-1825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+41284
-1825
lines changed
 

‎.codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage:
2+
range: '75...100'

‎.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
charset = utf-8
8+
indent_style = space
9+
indent_size = 2

0 commit comments

Comments
 (0)
Please sign in to comment.