Skip to content

2255-issue-fixed#3268

Closed
KrishnaVipul14 wants to merge 1 commit into
airbnb:masterfrom
KrishnaVipul14:master
Closed

2255-issue-fixed#3268
KrishnaVipul14 wants to merge 1 commit into
airbnb:masterfrom
KrishnaVipul14:master

Conversation

@KrishnaVipul14
Copy link
Copy Markdown

No description provided.

Comment on lines +110 to +118
// Prevent usage of .bind() and inline arrow functions in JSX props
// https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md
'react/jsx-no-bind': ['error', {
ignoreRefs: true,
allowArrowFunctions: false,
allowFunctions: false,
allowBind: false,
ignoreDOMComponents: false,
}],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix the indentation

@KrishnaVipul14 KrishnaVipul14 closed this by deleting the head repository May 16, 2026
@ljharb ljharb added the invalid label May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants