Skip to content

Commit 59ddf67

Browse files
authored
fix: add ts as dependencty to eslint (#96)
closes #95
1 parent 63e7b91 commit 59ddf67

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

packages/eslint-config-qiwi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"eslint-plugin-react-hooks": "^4.2.0",
4444
"eslint-plugin-simple-import-sort": "^7.0.0",
4545
"eslint-plugin-sonarjs": "^0.7.0",
46-
"eslint-plugin-unicorn": "^33.0.1"
46+
"eslint-plugin-unicorn": "^33.0.1",
47+
"typescript": "*"
4748
},
4849
"devDependencies": {
4950
"@swissquote/crafty-preset-jest": "^1.15.0",
@@ -52,8 +53,7 @@
5253
"eslint": "^7.28.0",
5354
"jest": "^27.0.4",
5455
"stdstream-snapshot": "^1.2.5",
55-
"ts-jest": "^27.0.3",
56-
"typescript": "^4.3.2"
56+
"ts-jest": "^27.0.3"
5757
},
5858
"peerDependencies": {},
5959
"optionalDependencies": {}

yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,12 @@ has@^1.0.3:
37163716
dependencies:
37173717
function-bind "^1.1.1"
37183718

3719-
hosted-git-info@^2.1.4, hosted-git-info@^4.0.1:
3719+
hosted-git-info@^2.1.4:
3720+
version "2.8.9"
3721+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
3722+
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
3723+
3724+
hosted-git-info@^4.0.1:
37203725
version "4.0.2"
37213726
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
37223727
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
@@ -7246,7 +7251,7 @@ [email protected]:
72467251
shiki "^0.9.3"
72477252
typedoc-default-themes "^0.12.10"
72487253

7249-
typescript@^4.3.2:
7254+
typescript@*, typescript@^4.3.2:
72507255
version "4.3.2"
72517256
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
72527257
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==

0 commit comments

Comments
 (0)