Skip to content

Commit

Permalink
➕ Eslint 무시 규칙 추가 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyeonzu committed Jan 26, 2025
1 parent a5f648d commit bc71ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"react/no-array-index-key": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-object-type": "off",
"react/jsx-boolean-value": "off"
"react/jsx-boolean-value": "off",
"react-hooks/rules-of-hooks": "off"
},
"overrides": [
{
Expand Down

0 comments on commit bc71ae1

Please sign in to comment.