Skip to content

Commit 91951ac

Browse files
committed
Update to dependency
1 parent f3c00dd commit 91951ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-pythoncoderas-typescript",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "My reusable eslint config for typescript projects.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,13 +34,13 @@
3434
"@types/node": "^17.0.41",
3535
"eslint": "^8.17.0",
3636
"eslint-config-pythoncoderas": "^2.0.0",
37-
"eslint-import-resolver-typescript": "^2.7.1",
3837
"prettier": "^2.6.2"
3938
},
4039
"dependencies": {
4140
"@typescript-eslint/eslint-plugin": "^5.27.1",
4241
"@typescript-eslint/parser": "^5.27.1",
4342
"eslint-config-airbnb-typescript": "^17.0.0",
44-
"eslint-config-xo-typescript": "^0.51.1"
43+
"eslint-config-xo-typescript": "^0.51.1",
44+
"eslint-import-resolver-typescript": "^2.7.1"
4545
}
4646
}

0 commit comments

Comments
 (0)