Skip to content

Commit f458752

Browse files
authoredMar 5, 2023
feat: allow default exports for jest configs (#191)
1 parent 8202951 commit f458752

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎index.js

+6
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,11 @@ module.exports = {
9595
'@typescript-eslint/no-var-requires': 'off',
9696
},
9797
},
98+
{
99+
files: 'jest.config.*',
100+
rules: {
101+
'import/no-default-export': 'off',
102+
},
103+
},
98104
],
99105
};

0 commit comments

Comments
 (0)
Please sign in to comment.