Skip to content

Commit 651787a

Browse files
author
Gonzalo Diaz
committed
AI driven upgrade of eslint 8.x to 9.x
1 parent 8bfb52e commit 651787a

3 files changed

Lines changed: 194 additions & 233 deletions

File tree

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ export default [
6363
'no-restricted-syntax': 0,
6464
'no-console': 'off',
6565
'no-underscore-dangle': 0,
66+
// Disable jest rules that require TypeScript type information
67+
'jest/no-error-equal': 0,
68+
'jest/no-unnecessary-assertion': 0,
69+
'jest/valid-expect-with-promise': 0,
6670

6771
'no-plusplus': [
6872
'error',

0 commit comments

Comments
 (0)