Skip to content

Commit 2838554

Browse files
committedApr 17, 2024··
chore: reenable no-explicit-any rule
1 parent 37582c7 commit 2838554

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎eslint.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export default createConfigForNuxt({
2020
},
2121
}).append({
2222
rules: {
23-
// TODO: re-enable
24-
'@typescript-eslint/no-explicit-any': 'off',
2523
'@typescript-eslint/no-invalid-void-type': 'off',
2624
},
2725
})

0 commit comments

Comments
 (0)
Please sign in to comment.