Skip to content

Commit

Permalink
chore: reenable no-explicit-any rule
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 17, 2024
1 parent 37582c7 commit 2838554
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export default createConfigForNuxt({
},
}).append({
rules: {
// TODO: re-enable
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-invalid-void-type': 'off',
},
})

0 comments on commit 2838554

Please sign in to comment.