Skip to content

Commit b7e86d3

Browse files
authored
move ethers to a peer dependency, and upgrade all dev deps (#321)
1 parent 709197d commit b7e86d3

108 files changed

Lines changed: 5467 additions & 7595 deletions

File tree

Some content is hidden

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

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
'@typescript-eslint/no-empty-function': 'off',
2626
'@typescript-eslint/no-inferrable-types': 'off',
2727
'@typescript-eslint/no-var-requires': 'off',
28+
'@typescript-eslint/no-this-alias': 'off',
2829

2930
'import/no-unresolved': 'off',
3031
'import/no-default-export': 2,

0 commit comments

Comments
 (0)