We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6314bf5 commit 2b13e46Copy full SHA for 2b13e46
website/eslint.config.mjs
@@ -44,7 +44,7 @@ export default tseslint.config(
44
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
45
...eslintPluginReactHooks.configs.recommended.rules,
46
47
- 'react/sort-prop-types': 'error',
+ 'react/jsx-sort-props': ['error', { callbacksLast: true, shorthandFirst: true }],
48
49
'no-undef': 'off',
50
'prefer-template': 'error',
0 commit comments