Skip to content

Commit a341723

Browse files
committed
chore: Disable react/jsx-no-bind lint rule
1 parent a86ecb8 commit a341723

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"rules": {
2121
"react/sort-comp": 0,
2222
"react/no-danger": 0,
23+
"react/jsx-no-bind": 0,
2324
"brace-style": 0,
2425
"indent": 0,
2526
"lines-around-comment": 0,

0 commit comments

Comments
 (0)