Skip to content

Commit

Permalink
feat: allow default exports for jest configs (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre authored Mar 5, 2023
1 parent 8202951 commit f458752
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,11 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off',
},
},
{
files: 'jest.config.*',
rules: {
'import/no-default-export': 'off',
},
},
],
};

0 comments on commit f458752

Please sign in to comment.