Skip to content

Commit 8a53fa9

Browse files
committed
fix(eslint-config): add typescript lint dependencies
1 parent 87b5cfe commit 8a53fa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eslint-config/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"eslint": ">=8.0.0"
1919
},
2020
"dependencies": {
21+
"@typescript-eslint/eslint-plugin": "^5.42.0",
22+
"@typescript-eslint/parser": "^5.42.0",
2123
"@vue/eslint-config-typescript": "^11.0.2",
2224
"eslint": "^8.24.0",
2325
"eslint-config-standard": "^17.0.0",

0 commit comments

Comments
 (0)