File tree Expand file tree Collapse file tree 4 files changed +26
-14
lines changed
smithy-typescript-ssdk-libs Expand file tree Collapse file tree 4 files changed +26
-14
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"@types/jest" : " ^26.0.4" ,
26
- "@typescript-eslint/eslint-plugin" : " 4.30.0" ,
27
- "@typescript-eslint/parser" : " 4.30.0" ,
28
- "eslint" : " 7.32.0" ,
29
- "eslint-config-prettier" : " 8.3.0" ,
30
- "eslint-plugin-prettier" : " 3.4.1" ,
31
- "eslint-plugin-simple-import-sort" : " 7.0.0" ,
32
26
"jest" : " ^26.1.0" ,
33
27
"prettier" : " 2.2.1" ,
34
28
"ts-jest" : " ^26.4.1" ,
Original file line number Diff line number Diff line change 15
15
"postbuild" : " rimraf dist/types/ts3.4 && downlevel-dts dist/types dist/types/ts3.4" ,
16
16
"test" : " jest --passWithNoTests" ,
17
17
"clean" : " rimraf dist" ,
18
- "lint" : " yarn run eslint -c ../.eslintrc.js \" src/**/*.ts\" " ,
18
+ "lint" : " eslint -c ../.eslintrc.js \" src/**/*.ts\" " ,
19
19
"format" : " prettier --config ../prettier.config.js --ignore-path ../.prettierignore --write \" **/*.{ts,md,json}\" "
20
20
},
21
21
"repository" : {
34
34
"devDependencies" : {
35
35
"@types/jest" : " ^26.0.4" ,
36
36
"@types/node" : " ^14.14.37" ,
37
+ "@typescript-eslint/eslint-plugin" : " 4.30.0" ,
38
+ "@typescript-eslint/parser" : " 4.30.0" ,
37
39
"concurrently" : " ^7.6.0" ,
38
40
"downlevel-dts" : " ^0.7.0" ,
41
+ "eslint" : " 7.32.0" ,
42
+ "eslint-config-prettier" : " 8.3.0" ,
43
+ "eslint-plugin-prettier" : " 3.4.1" ,
44
+ "eslint-plugin-simple-import-sort" : " 7.0.0" ,
39
45
"jest" : " ^26.1.0" ,
40
46
"rimraf" : " ^3.0.2" ,
41
47
"typescript" : " ~4.2.2"
Original file line number Diff line number Diff line change 15
15
"postbuild" : " rimraf dist/types/ts3.4 && downlevel-dts dist/types dist/types/ts3.4" ,
16
16
"test" : " jest" ,
17
17
"clean" : " rimraf dist" ,
18
- "lint" : " yarn run eslint -c ../.eslintrc.js \" src/**/*.ts\" " ,
18
+ "lint" : " eslint -c ../.eslintrc.js \" src/**/*.ts\" " ,
19
19
"format" : " prettier --config ../prettier.config.js --ignore-path ../.prettierignore --write \" **/*.{ts,md,json}\" "
20
20
},
21
21
"repository" : {
34
34
"devDependencies" : {
35
35
"@types/jest" : " ^26.0.22" ,
36
36
"@types/node" : " ^14.14.37" ,
37
+ "@typescript-eslint/eslint-plugin" : " 4.30.0" ,
38
+ "@typescript-eslint/parser" : " 4.30.0" ,
37
39
"concurrently" : " ^7.6.0" ,
38
40
"downlevel-dts" : " ^0.7.0" ,
41
+ "eslint" : " 7.32.0" ,
42
+ "eslint-config-prettier" : " 8.3.0" ,
43
+ "eslint-plugin-prettier" : " 3.4.1" ,
44
+ "eslint-plugin-simple-import-sort" : " 7.0.0" ,
39
45
"jest" : " ^26.6.3" ,
40
46
"rimraf" : " ^3.0.2" ,
41
47
"ts-jest" : " ^26.5.2" ,
Original file line number Diff line number Diff line change @@ -43,8 +43,14 @@ __metadata:
43
43
" @types/aws-lambda " : ^8.10.72
44
44
" @types/jest " : ^26.0.4
45
45
" @types/node " : ^14.14.37
46
+ " @typescript-eslint/eslint-plugin " : 4.30.0
47
+ " @typescript-eslint/parser " : 4.30.0
46
48
concurrently : ^7.6.0
47
49
downlevel-dts : ^0.7.0
50
+ eslint : 7.32.0
51
+ eslint-config-prettier : 8.3.0
52
+ eslint-plugin-prettier : 3.4.1
53
+ eslint-plugin-simple-import-sort : 7.0.0
48
54
jest : ^26.1.0
49
55
rimraf : ^3.0.2
50
56
tslib : ^1.8.0
@@ -60,8 +66,14 @@ __metadata:
60
66
" @aws-sdk/types " : ^3.267.0
61
67
" @types/jest " : ^26.0.22
62
68
" @types/node " : ^14.14.37
69
+ " @typescript-eslint/eslint-plugin " : 4.30.0
70
+ " @typescript-eslint/parser " : 4.30.0
63
71
concurrently : ^7.6.0
64
72
downlevel-dts : ^0.7.0
73
+ eslint : 7.32.0
74
+ eslint-config-prettier : 8.3.0
75
+ eslint-plugin-prettier : 3.4.1
76
+ eslint-plugin-simple-import-sort : 7.0.0
65
77
jest : ^26.6.3
66
78
re2-wasm : ^1.0.2
67
79
rimraf : ^3.0.2
@@ -5328,12 +5340,6 @@ __metadata:
5328
5340
resolution : " smithy-typescript-ssdk@workspace:."
5329
5341
dependencies :
5330
5342
" @types/jest " : ^26.0.4
5331
- " @typescript-eslint/eslint-plugin " : 4.30.0
5332
- " @typescript-eslint/parser " : 4.30.0
5333
- eslint : 7.32.0
5334
- eslint-config-prettier : 8.3.0
5335
- eslint-plugin-prettier : 3.4.1
5336
- eslint-plugin-simple-import-sort : 7.0.0
5337
5343
glob : ^7.1.6
5338
5344
jest : ^26.1.0
5339
5345
prettier : 2.2.1
You can’t perform that action at this time.
0 commit comments