Skip to content

Commit 96775a3

Browse files
committed
chore(eslint): remove deprecated rule for react-refresh
1 parent 9117989 commit 96775a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/devtools-ui/eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export default tseslint.config(
1919
},
2020
rules: {
2121
...reactHooks.configs.recommended.rules,
22-
'react-refresh/only-export-components': [
23-
'warn',
24-
{ allowConstantExport: true },
25-
],
2622
},
2723
},
2824
);

0 commit comments

Comments
 (0)