Skip to content

Commit

Permalink
fix: remove unnecessary override rule
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-buss committed Jun 15, 2024
1 parent 5325bb6 commit 34b7a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export async function react(
files: [GLOB_TSX],
rules: {
"max-lines-per-function": "off",
"ts/no-magic-numbers": "off",
},
},
];
Expand Down

0 comments on commit 34b7a75

Please sign in to comment.