Skip to content

Commit

Permalink
chore: [email protected] migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanil committed Oct 22, 2024
1 parent f08d051 commit ad3703c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/eslint-config/config/react.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import * as react from "eslint-plugin-react";
// import * as reactHooks from "eslint-plugin-react-hooks";
// import * as reactPerf from "eslint-plugin-react-perf";
import * as reactPerf from "eslint-plugin-react-perf";

export default [
react.configs.flat.recommended,
reactPerf.configs.flat.recommended,
{
files: [
"**/__tests__/**/*.{[cm]js,[jt]s?(x)}",
Expand Down

0 comments on commit ad3703c

Please sign in to comment.