We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142e019 commit 8c39655Copy full SHA for 8c39655
eslint.config.mjs
@@ -96,6 +96,7 @@ export default tseslint.config(
96
},
97
rules: {
98
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
99
+ '@typescript-eslint/consistent-type-definitions': ['error', 'type'],
100
'@typescript-eslint/explicit-function-return-type': [
101
'warn',
102
{
0 commit comments