Skip to content

Commit 67d4617

Browse files
authored
Rewrite to TS (#477)
closes #358
1 parent 81bdf39 commit 67d4617

File tree

84 files changed

+7833
-7578
lines changed

Some content is hidden

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

84 files changed

+7833
-7578
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
coverage
44
.DS_Store
55
dist
6-
.vscode
6+
.vscode
7+
.claude

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"useTabs": true,
3+
"singleQuote": true,
4+
"trailingComma": "all",
5+
"semi": false,
6+
"printWidth": 140
7+
}

0 commit comments

Comments
 (0)