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 @@ -33,8 +33,14 @@ __metadata:
33
33
" @types/aws-lambda " : ^8.10.72
34
34
" @types/jest " : ^26.0.4
35
35
" @types/node " : ^14.14.37
36
+ " @typescript-eslint/eslint-plugin " : 4.30.0
37
+ " @typescript-eslint/parser " : 4.30.0
36
38
concurrently : ^7.6.0
37
39
downlevel-dts : ^0.7.0
40
+ eslint : 7.32.0
41
+ eslint-config-prettier : 8.3.0
42
+ eslint-plugin-prettier : 3.4.1
43
+ eslint-plugin-simple-import-sort : 7.0.0
38
44
jest : ^26.1.0
39
45
rimraf : ^3.0.2
40
46
tslib : ^1.8.0
@@ -50,8 +56,14 @@ __metadata:
50
56
" @aws-sdk/types " : ^3.267.0
51
57
" @types/jest " : ^26.0.22
52
58
" @types/node " : ^14.14.37
59
+ " @typescript-eslint/eslint-plugin " : 4.30.0
60
+ " @typescript-eslint/parser " : 4.30.0
53
61
concurrently : ^7.6.0
54
62
downlevel-dts : ^0.7.0
63
+ eslint : 7.32.0
64
+ eslint-config-prettier : 8.3.0
65
+ eslint-plugin-prettier : 3.4.1
66
+ eslint-plugin-simple-import-sort : 7.0.0
55
67
jest : ^26.6.3
56
68
re2-wasm : ^1.0.2
57
69
rimraf : ^3.0.2
@@ -5349,12 +5361,6 @@ __metadata:
5349
5361
resolution : " smithy-typescript-ssdk@workspace:."
5350
5362
dependencies :
5351
5363
" @types/jest " : ^26.0.4
5352
- " @typescript-eslint/eslint-plugin " : 4.30.0
5353
- " @typescript-eslint/parser " : 4.30.0
5354
- eslint : 7.32.0
5355
- eslint-config-prettier : 8.3.0
5356
- eslint-plugin-prettier : 3.4.1
5357
- eslint-plugin-simple-import-sort : 7.0.0
5358
5364
glob : ^7.1.6
5359
5365
jest : ^26.1.0
5360
5366
prettier : 2.2.1
You can’t perform that action at this time.
0 commit comments