Skip to content

Commit

Permalink
support typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Mar 10, 2023
1 parent 66ccaf0 commit 2962732
Show file tree
Hide file tree
Showing 42 changed files with 14,361 additions and 260 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 0 additions & 9 deletions .babelrc

This file was deleted.

3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"parser": "babel-eslint",
"extends": ["airbnb"],
"parser": "@typescript-eslint/parser",
"rules": {
"import/no-unresolved": "off",
"import/extensions": "off",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ npm-debug.log
coverage.lcov
codecov.yml
yarn.lock
.DS_Store
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.14.2
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 2962732

Please sign in to comment.