Skip to content

Commit 2b13e46

Browse files
committed
update docusaurus
1 parent 6314bf5 commit 2b13e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default tseslint.config(
4444
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4545
...eslintPluginReactHooks.configs.recommended.rules,
4646

47-
'react/sort-prop-types': 'error',
47+
'react/jsx-sort-props': ['error', { callbacksLast: true, shorthandFirst: true }],
4848

4949
'no-undef': 'off',
5050
'prefer-template': 'error',

0 commit comments

Comments
 (0)