Skip to content

Commit 8c39655

Browse files
committed
fix config
1 parent 142e019 commit 8c39655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export default tseslint.config(
9696
},
9797
rules: {
9898
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
99+
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
99100
'@typescript-eslint/explicit-function-return-type': [
100101
'warn',
101102
{

0 commit comments

Comments
 (0)