Skip to content

Commit f3212c1

Browse files
committed
forgot to save this
1 parent 2bc8315 commit f3212c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export default {
1010
rules: {
1111
'react-hooks/rules-of-hooks': 'error',
1212
'react-hooks/exhaustive-deps': 'warn',
13-
// playwright requires destructuring in fixtures even if you don't use anything 🤷‍♂️
14-
'no-empty-pattern': 'off',
1513
'@typescript-eslint/consistent-type-imports': [
1614
'warn',
1715
{

0 commit comments

Comments
 (0)