File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 55
55
"devDependencies" : {
56
56
"@aws-cdk/aws-lambda" : " 1.54.0" ,
57
57
"@aws-cdk/core" : " 1.54.0" ,
58
+ "@typescript-eslint/eslint-plugin" : " ^3.7.1" ,
58
59
"@typescript-eslint/parser" : " ^3.7.1" ,
59
60
"eslint-plugin-import" : " 2.22.0" ,
60
61
"eslint-plugin-jest" : " 23.18.0" ,
79
80
"node" : true
80
81
},
81
82
"parser" : " @typescript-eslint/parser" ,
82
- "parserOptions" : {
83
- "ecmaVersion" : 2019 ,
84
- "sourceType" : " module"
85
- },
86
83
"extends" : [
87
84
" eslint:recommended" ,
88
85
" plugin:jest/recommended" ,
89
- " plugin:import/recommended"
86
+ " plugin:import/recommended" ,
87
+ " plugin:@typescript-eslint/eslint-recommended" ,
88
+ " plugin:@typescript-eslint/recommended"
90
89
],
91
90
"rules" : {
92
91
"arrow-body-style" : [
Original file line number Diff line number Diff line change 1594
1594
regexpp "^3.0.0"
1595
1595
tsutils "^3.17.1"
1596
1596
1597
+ " @typescript-eslint/eslint-plugin@^3.7.1 " :
1598
+ version "3.7.1"
1599
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.7.1.tgz#d144c49a9a0ffe8dd704bb179c243df76c111bc9"
1600
+ integrity sha512-3DB9JDYkMrc8Au00rGFiJLK2Ja9CoMP6Ut0sHsXp3ZtSugjNxvSSHTnKLfo4o+QmjYBJqEznDqsG1zj4F2xnsg==
1601
+ dependencies :
1602
+ " @typescript-eslint/experimental-utils" " 3.7.1"
1603
+ debug "^4.1.1"
1604
+ functional-red-black-tree "^1.0.1"
1605
+ regexpp "^3.0.0"
1606
+ semver "^7.3.2"
1607
+ tsutils "^3.17.1"
1608
+
1597
1609
" @typescript-eslint/experimental-utils@2.34.0" , "@typescript-eslint/experimental-utils@^2.5.0":
1598
1610
version "2.34.0"
1599
1611
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
@@ -9614,7 +9626,7 @@ semantic-release-cli@5.3.1:
9614
9626
user-home "^2.0.0"
9615
9627
validator "^12.0.0"
9616
9628
9617
- semantic-release@17.1.1 :
9629
+ semantic-release@^ 17.1.1 :
9618
9630
version "17.1.1"
9619
9631
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.1.1.tgz#d9775968e841b2b7c5020559e4481aea8520ca75"
9620
9632
integrity sha512-9H+207eynBJElrQBHySZm+sIEoJeUhPA2zU4cdlY1QSInd2lnE8GRD2ALry9EassE22c9WW+aCREwBhro5AIIg==
You can’t perform that action at this time.
0 commit comments