Skip to content

Commit

Permalink
Add strict type imports and regenerate lockfile (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano authored Feb 8, 2024
1 parent b3bf4f4 commit 72f2039
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 76 deletions.
1 change: 1 addition & 0 deletions config/typescript-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'error',
{ allowAny: true },
],
'@typescript-eslint/consistent-type-imports': 'error',
'tsdoc/syntax': 'warn',
},
};
Loading

0 comments on commit 72f2039

Please sign in to comment.