Skip to content

Commit

Permalink
fix(eslint-plugin): remove valid-typeof disable in eslint-recommended (
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored and bradzacher committed Nov 23, 2022
1 parent 844875c commit b82df5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin/src/configs/eslint-recommended.ts
Expand Up @@ -28,7 +28,6 @@ export = {
'prefer-const': 'error', // ts provides better types with const
'prefer-rest-params': 'error', // ts provides better types with rest args over arguments
'prefer-spread': 'error', // ts transpiles spread to apply, so no need for manual apply
'valid-typeof': 'off', // ts(2367)
},
},
],
Expand Down

0 comments on commit b82df5e

Please sign in to comment.