Skip to content

Commit

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

0 comments on commit f1aac60

Please sign in to comment.