File tree 3 files changed +177
-726
lines changed
3 files changed +177
-726
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "env" : {
3
- "es2021" : true ,
4
- "mocha" : true ,
5
- "node" : true
6
- },
7
- "extends" : [" standard-with-typescript" , " prettier" ],
8
- "parserOptions" : {
9
- "ecmaVersion" : 2021 ,
10
- "project" : " tsconfig.json" ,
11
- "sourceType" : " module"
12
- },
13
- "plugins" : [" @typescript-eslint" ],
2
+ "extends" : [
3
+ " eslint:recommended" ,
4
+ " plugin:@typescript-eslint/recommended" ,
5
+ " prettier"
6
+ ],
14
7
"rules" : {
15
- "@typescript-eslint/explicit-function-return-type" : " off" ,
16
- "@typescript-eslint/naming-convention" : " off" ,
17
- "@typescript-eslint/no-namespace" : " off" ,
18
- "@typescript-eslint/restrict-plus-operands" : " off" ,
19
- "@typescript-eslint/restrict-template-expressions" : " off" ,
20
- "@typescript-eslint/strict-boolean-expressions" : " off"
8
+ "@typescript-eslint/no-explicit-any" : " off"
9
+ // "@typescript-eslint/explicit-function-return-type": "off",
10
+ // "@typescript-eslint/naming-convention": "off",
11
+ // "@typescript-eslint/no-namespace": "off",
12
+ // "@typescript-eslint/restrict-plus-operands": "off",
13
+ // "@typescript-eslint/restrict-template-expressions": "off",
14
+ // "@typescript-eslint/strict-boolean-expressions": "off"
21
15
}
22
16
}
Original file line number Diff line number Diff line change 25
25
"sync" : " curl -X PUT 'https://npm.taobao.org/sync/coa-wx-isv?sync_upstream=true'"
26
26
},
27
27
"dependencies" : {
28
- "coa-echo" : " ^1.1.1 " ,
28
+ "coa-echo" : " ^1.2.0 " ,
29
29
"coa-error" : " ^1.5.2" ,
30
30
"coa-helper" : " ^1.2.1" ,
31
31
"coa-xml" : " ^1.1.0"
32
32
},
33
33
"devDependencies" : {
34
- "@types/node" : " ^15.12.5" ,
35
- "@typescript-eslint/eslint-plugin" : " ^4.28.0" ,
36
- "eslint" : " ^7.29.0" ,
34
+ "@types/node" : " ^16.9.6" ,
35
+ "@typescript-eslint/eslint-plugin" : " ^4.31.2" ,
36
+ "@typescript-eslint/parser" : " ^4.31.2" ,
37
+ "eslint" : " ^7.32.0" ,
37
38
"eslint-config-prettier" : " ^8.3.0" ,
38
- "eslint-config-standard-with-typescript" : " ^20.0.0" ,
39
- "eslint-plugin-import" : " ^2.23.4" ,
40
- "eslint-plugin-node" : " ^11.1.0" ,
41
- "eslint-plugin-promise" : " ^5.1.0" ,
42
- "prettier" : " ^2.3.2" ,
43
- "typescript" : " ^4.3.4"
39
+ "prettier" : " ^2.4.1" ,
40
+ "typescript" : " ^4.4.3"
44
41
}
45
42
}
You can’t perform that action at this time.
0 commit comments