File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-pythoncoderas-typescript" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " My reusable eslint config for typescript projects." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
34
34
"@types/node" : " ^17.0.41" ,
35
35
"eslint" : " ^8.17.0" ,
36
36
"eslint-config-pythoncoderas" : " ^2.0.0" ,
37
- "eslint-import-resolver-typescript" : " ^2.7.1" ,
38
37
"prettier" : " ^2.6.2"
39
38
},
40
39
"dependencies" : {
41
40
"@typescript-eslint/eslint-plugin" : " ^5.27.1" ,
42
41
"@typescript-eslint/parser" : " ^5.27.1" ,
43
42
"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"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments