Skip to content

Commit 9b5ab27

Browse files
Merge pull request #2 from Arnei/update-typescript-eslint-eslint-plugin-to-6
Update typescript-eslint/eslint-plugin to 6
2 parents 73d197d + c756d74 commit 9b5ab27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"eslint": ">= 8",
1010
"eslint-plugin-react": ">= 7",
1111
"eslint-plugin-react-hooks": ">= 4",
12-
"@typescript-eslint/eslint-plugin": ">= 5"
12+
"@typescript-eslint/eslint-plugin": ">= 6"
1313
},
1414
"dependencies": {
15-
"@typescript-eslint/parser": ">= 5"
15+
"@typescript-eslint/parser": ">= 6"
1616
}
1717
}

0 commit comments

Comments
 (0)