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 1935c16 commit 800f481Copy full SHA for 800f481
1 file changed
configs/react.js
@@ -30,20 +30,6 @@ async function getReactRecommendedConfig() {
30
const reactPlugin = (await import("eslint-plugin-react")).default;
31
const { recommended, "jsx-runtime": jsxRuntime } = reactPlugin.configs.flat;
32
33
- switch(foo) {
34
- case 1: {
35
- doStuff();
36
- }
37
- break;
38
39
-
40
41
42
43
44
45
46
47
const reactHooksPlugin = (await import("eslint-plugin-react-hooks")).default;
48
const { recommended: recommendedHooks } = reactHooksPlugin.configs.flat;
49
0 commit comments