File tree 2 files changed +174
-125
lines changed 2 files changed +174
-125
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @longwoo/eslint-config-typescript-prettier" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " 一个 TypeScript 的 ESLint 配置,使用 Prettier 格式化代码。" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
19
19
"registry" : " https://registry.npmjs.org/"
20
20
},
21
21
"dependencies" : {
22
- "@typescript-eslint/eslint-plugin" : " ^5.28.0 " ,
23
- "@typescript-eslint/parser" : " ^5.28.0 " ,
22
+ "@typescript-eslint/eslint-plugin" : " ^5.42.1 " ,
23
+ "@typescript-eslint/parser" : " ^5.42.1 " ,
24
24
"eslint-config-prettier" : " ^8.5.0" ,
25
- "eslint-plugin-prettier" : " ^4.0.0 "
25
+ "eslint-plugin-prettier" : " ^4.2.1 "
26
26
},
27
27
"devDependencies" : {
28
- "eslint" : " ^8.17 .0" ,
29
- "prettier" : " ^2.6.2 " ,
30
- "typescript" : " ^4.6 .4"
28
+ "eslint" : " ^8.27 .0" ,
29
+ "prettier" : " ^2.7.1 " ,
30
+ "typescript" : " ^4.8 .4"
31
31
},
32
32
"peerDependencies" : {
33
33
"eslint" : " ^8.17.0" ,
You can’t perform that action at this time.
0 commit comments