Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4eb7750

Browse files
committedMar 28, 2024··
Update @typescript-eslint/eslint-plugin recommended rules name
1 parent c5d5f3e commit 4eb7750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/typescript/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727

2828
extends: [
2929
'plugin:@typescript-eslint/recommended',
30-
'plugin:@typescript-eslint/recommended-requiring-type-checking',
30+
'plugin:@typescript-eslint/recommended-type-checked',
3131
'plugin:import/typescript',
3232
],
3333

0 commit comments

Comments
 (0)
Please sign in to comment.