We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d5f3e commit 4eb7750Copy full SHA for 4eb7750
packages/typescript/src/index.js
@@ -27,7 +27,7 @@ module.exports = {
27
28
extends: [
29
'plugin:@typescript-eslint/recommended',
30
- 'plugin:@typescript-eslint/recommended-requiring-type-checking',
+ 'plugin:@typescript-eslint/recommended-type-checked',
31
'plugin:import/typescript',
32
],
33
0 commit comments