Skip to content

Commit 05029de

Browse files
committed
fix lint
1 parent 8ea354d commit 05029de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"parser": "@typescript-eslint/parser",
33
"extends": [
44
"eslint:recommended",
5-
"@typescript-eslint/recommended"
5+
"plugin:@typescript-eslint/recommended"
66
],
77
"plugins": ["@typescript-eslint"],
88
"parserOptions": {

0 commit comments

Comments
 (0)