Skip to content

Commit

Permalink
Add missing rules section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 14, 2025
1 parent 5811f63 commit afbdfc0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ const config = createConfig([
files: ['**/*.test.ts', '**/*.test.js'],
extends: [jest, nodejs],

'jest/expect-expect': [
'error',
{
assertFunctionNames: ['expect', 'expectTypeOf'],
},
],
rules: {
'jest/expect-expect': [
'error',
{
assertFunctionNames: ['expect', 'expectTypeOf'],
},
],
},
},

// Packages that are Node.js-only
Expand Down

0 comments on commit afbdfc0

Please sign in to comment.