Skip to content

Commit d1ed2c3

Browse files
authored
Release v1.0.4 (#9)
-Chain id added as domain separator - Packages improvements - Examples improvements and fixes
1 parent 99074ec commit d1ed2c3

Some content is hidden

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

65 files changed

+3862
-17333
lines changed

eslint.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ export default [
1212
{
1313
rules: {
1414
'@typescript-eslint/no-explicit-any': 'warn',
15-
'@typescript-eslint/no-unused-vars': [
16-
'warn',
17-
{ argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
18-
],
1915
},
2016
},
2117
globalIgnores(['packages/**/dist/*', '.legacy/*']),

0 commit comments

Comments
 (0)