Skip to content

2255-issue-fixed#3268

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants