Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 committed Jun 8, 2024
1 parent 8a086bf commit b21f030
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/configs/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ export async function react(
},
}),
...compat.extends("plugin:react/jsx-runtime"),
...fixupConfigRules(
compat.extends(
"plugin:@next/next/recommended",
"plugin:@next/next/core-web-vitals",
),
),
...isUsingNext ? fixupConfigRules(
compat.extends(
"plugin:@next/next/recommended",
"plugin:@next/next/core-web-vitals",
),
) : [],
...a11y(),
];
}

0 comments on commit b21f030

Please sign in to comment.