Skip to content

Commit

Permalink
Move to TypeScript / TSDX (#51)
Browse files Browse the repository at this point in the history
Changes:

- Move to TypeScript using TSDX.
- Dynamically import connectors.
- Use provider.request() (EIP 1193) when possible.
- Remove the SquareLink connector.
- Move to Prettier 2.
  • Loading branch information
bpierre authored Dec 5, 2020
1 parent ae9d89b commit d7bad1e
Show file tree
Hide file tree
Showing 37 changed files with 161,114 additions and 12,601 deletions.
12 changes: 0 additions & 12 deletions .babelrc.json

This file was deleted.

45 changes: 0 additions & 45 deletions .eslintrc.js

This file was deleted.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
.cache/
dist/
node_modules/
yarn-error.log
.yarn/cache
.cache/
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
"singleQuote": true
}
Loading

0 comments on commit d7bad1e

Please sign in to comment.