Skip to content

Commit

Permalink
feat: Convert to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 9, 2024
1 parent 0ce2ca7 commit 735924c
Show file tree
Hide file tree
Showing 12 changed files with 834 additions and 263 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage/*
node_modules/
node_modules/
out/
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "tamia"
"extends": "tamia/typescript"
}
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
158 changes: 69 additions & 89 deletions index.js → out/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions out/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 735924c

Please sign in to comment.