Skip to content

Commit

Permalink
chore: Disable react/jsx-no-bind lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jun 30, 2024
1 parent aafff22 commit 7665714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"rules": {
"react/sort-comp": 0,
"react/no-danger": 0,
"react/jsx-no-bind": 0,
"brace-style": 0,
"indent": 0,
"lines-around-comment": 0,
Expand Down

0 comments on commit 7665714

Please sign in to comment.