Skip to content

Commit c864686

Browse files
build: update dependencies to latest
1 parent 5f91937 commit c864686

File tree

4 files changed

+3823
-8488
lines changed

4 files changed

+3823
-8488
lines changed

.eslintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ rules:
3030
'@typescript-eslint/no-unsafe-assignment': off
3131
'@typescript-eslint/no-unsafe-call': off
3232
'@typescript-eslint/no-unsafe-member-access': off
33+
'@typescript-eslint/no-unsafe-argument': off
3334
'@typescript-eslint/explicit-module-boundary-types': off
3435
'@typescript-eslint/restrict-template-expressions': off

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
collectCoverageFrom: ['src/**/*.ts', '!src/**/index.ts', '!src/**/*.interface.ts'],
55
globals: {
66
'ts-jest': {
7-
tsConfig: 'tsconfig.spec.json',
7+
tsconfig: 'tsconfig.spec.json',
88
},
99
},
1010
};

0 commit comments

Comments
 (0)