Skip to content

Commit 263094e

Browse files
amir-rahmaniiASafaeirad
authored andcommitted
chore(storybook): update no-useless-fragment rule
1 parent bb07a48 commit 263094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/storybook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function storybook() {
2727

2828
// Conflicts
2929
'@typescript-eslint/no-confusing-void-expression': 'off',
30-
'react/jsx-no-useless-fragment': 'off',
30+
'@eslint-react/no-useless-fragment': 'off',
3131
'react-hooks/rules-of-hooks': 'off',
3232
},
3333
};

0 commit comments

Comments
 (0)