We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0434508 commit 5b90acaCopy full SHA for 5b90aca
.eslintrc.cjs
@@ -14,5 +14,7 @@ module.exports = {
14
plugins: ['react', 'react-refresh'],
15
rules: {
16
'tailwindcss/no-custom-classname': 'off',
17
+ '@typescript-eslint/no-explicit-any': 'off',
18
+ '@typescript-eslint/explicit-module-boundary-types': 'off',
19
},
20
};
0 commit comments