We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-explicit-any
1 parent 37582c7 commit 2838554Copy full SHA for 2838554
eslint.config.js
@@ -20,8 +20,6 @@ export default createConfigForNuxt({
20
},
21
}).append({
22
rules: {
23
- // TODO: re-enable
24
- '@typescript-eslint/no-explicit-any': 'off',
25
'@typescript-eslint/no-invalid-void-type': 'off',
26
27
})
0 commit comments