Skip to content

Commit

Permalink
🎨 function-component-definitio
Browse files Browse the repository at this point in the history
  • Loading branch information
wappon28dev committed Jun 13, 2024
1 parent 62feda2 commit 0e9e54e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@
}
}
],
"react/function-component-definition": [
2,
{
"namedComponents": "arrow-function"
}
],
"unused-imports/no-unused-imports": "error",
"react-refresh/only-export-components": "warn"
"react-refresh/only-export-components": "warn",
}
}

0 comments on commit 0e9e54e

Please sign in to comment.