Skip to content

Commit e5f0194

Browse files
committed
Fixing what went wrong with trying to fix yarn.lock
1 parent bbe4ed1 commit e5f0194

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ module.exports = {
103103
'jest/no-jasmine-globals': 'off',
104104
'jest/valid-expect-in-promise': 'off',
105105
'jest/valid-expect': 'off',
106+
'jest/no-alias-methods': 'off',
106107
},
107108
},
108109
],

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @TODO Remove this once merged with eslint updates
21
// eslint-disable-next-line tsdoc/syntax
32
/** @type {import('jest').Config} */
43
const config = {

0 commit comments

Comments
 (0)