This repository was archived by the owner on Nov 13, 2021. It is now read-only.
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 5555 "devDependencies" : {
5656 "@aws-cdk/aws-lambda" : " 1.54.0" ,
5757 "@aws-cdk/core" : " 1.54.0" ,
58+ "@typescript-eslint/eslint-plugin" : " ^3.7.1" ,
5859 "@typescript-eslint/parser" : " ^3.7.1" ,
5960 "eslint-plugin-import" : " 2.22.0" ,
6061 "eslint-plugin-jest" : " 23.18.0" ,
7980 "node" : true
8081 },
8182 "parser" : " @typescript-eslint/parser" ,
82- "parserOptions" : {
83- "ecmaVersion" : 2019 ,
84- "sourceType" : " module"
85- },
8683 "extends" : [
8784 " eslint:recommended" ,
8885 " plugin:jest/recommended" ,
89- " plugin:import/recommended"
86+ " plugin:import/recommended" ,
87+ " plugin:@typescript-eslint/eslint-recommended" ,
88+ " plugin:@typescript-eslint/recommended"
9089 ],
9190 "rules" : {
9291 "arrow-body-style" : [
Original file line number Diff line number Diff line change 15941594 regexpp "^3.0.0"
15951595 tsutils "^3.17.1"
15961596
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+
15971609" @typescript-eslint/experimental-utils@2.34.0" , "@typescript-eslint/experimental-utils@^2.5.0":
15981610 version "2.34.0"
15991611 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:
96149626 user-home "^2.0.0"
96159627 validator "^12.0.0"
96169628
9617- semantic-release@17.1.1 :
9629+ semantic-release@^ 17.1.1 :
96189630 version "17.1.1"
96199631 resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.1.1.tgz#d9775968e841b2b7c5020559e4481aea8520ca75"
96209632 integrity sha512-9H+207eynBJElrQBHySZm+sIEoJeUhPA2zU4cdlY1QSInd2lnE8GRD2ALry9EassE22c9WW+aCREwBhro5AIIg==
You can’t perform that action at this time.
0 commit comments