Skip to content

Commit 72f2039

Browse files
authored
Add strict type imports and regenerate lockfile (#136)
1 parent b3bf4f4 commit 72f2039

File tree

2 files changed

+73
-76
lines changed

2 files changed

+73
-76
lines changed

config/typescript-overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
'error',
2525
{ allowAny: true },
2626
],
27+
'@typescript-eslint/consistent-type-imports': 'error',
2728
'tsdoc/syntax': 'warn',
2829
},
2930
};

0 commit comments

Comments
 (0)