We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142e019 commit 54384b0Copy full SHA for 54384b0
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': 'off',
100
'@typescript-eslint/explicit-function-return-type': [
101
'warn',
102
{
0 commit comments