File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
packages/tslint-config-qiwi/src/main/js Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 44 " <rootDir>/packages/eslint-config-qiwi/jest.config.json" ,
55 " <rootDir>/packages/tslint-config-qiwi/jest.config.json" ,
66 " <rootDir>/packages/prettier-config-qiwi/jest.config.json"
7- ]
7+ ],
8+ "testTimeout" : 10000
89}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ const rules = {
66 'jsx-boolean-value' : false ,
77 'jsx-no-lambda' : false ,
88 'jsx-no-multiline-js' : false ,
9+ 'no-unnecessary-type-assertion' : false ,
910 'no-consecutive-blank-lines' : [
1011 true ,
1112 1 ,
Original file line number Diff line number Diff line change @@ -3716,12 +3716,7 @@ has@^1.0.3:
37163716 dependencies :
37173717 function-bind "^1.1.1"
37183718
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 :
3719+ hosted-git-info@^2.1.4, hosted-git-info@^4.0.1 :
37253720 version "4.0.2"
37263721 resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
37273722 integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
You can’t perform that action at this time.
0 commit comments