Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Oct 11, 2021
1 parent 7d299d9 commit 0472e11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/itchy-gifts-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'typechain': minor
---

Escaped reserved words in argument names
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
},
rules: {
// this gets inlined into a package eslint, so it means: use current package's package.info or the one at the project root
'import/no-extraneous-dependencies': ['error', { packageDir: ['./', __dirname], }],
'import/no-extraneous-dependencies': ['error', { packageDir: ['./', __dirname] }],
'unused-imports/no-unused-imports-ts': 'error',
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
Expand Down

0 comments on commit 0472e11

Please sign in to comment.