Skip to content

Commit c47aa67

Browse files
committed
update docusaurus
1 parent 4cc07f5 commit c47aa67

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

website/eslint.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export default tseslint.config(
1313
eslintPluginImport.flatConfigs.recommended,
1414
...tseslint.configs.strictTypeChecked,
1515
...tseslint.configs.stylisticTypeChecked,
16-
// Uncomment once released - https://github.com/facebook/react/pull/30774
17-
// eslintPluginReactHooks.configs.recommended,
1816
eslintPluginReact.configs.flat.recommended,
1917
eslintPluginPrettierRecommended,
2018
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
@@ -38,15 +36,10 @@ export default tseslint.config(
3836
files: ['**/*.{js,ts,tsx}'],
3937

4038
plugins: {
41-
// Remove once released - https://github.com/facebook/react/pull/30774
42-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
4339
'react-hooks': eslintPluginReactHooks,
4440
},
4541

46-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
4742
rules: {
48-
// Remove once released - https://github.com/facebook/react/pull/30774
49-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
5043
...eslintPluginReactHooks.configs.recommended.rules,
5144

5245
'react/jsx-sort-props': ['error', { callbacksLast: true, shorthandFirst: true }],

0 commit comments

Comments
 (0)