File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Finally, enable all of the rules that you would like to use.
5353 "react/jsx-curly-spacing" : 1 ,
5454 "react/jsx-indent-props" : 1 ,
5555 "react/jsx-max-props-per-line" : 1 ,
56+ "react/jsx-no-bind" : 1 ,
5657 "react/jsx-no-duplicate-props" : 1 ,
5758 "react/jsx-no-literals" : 1 ,
5859 "react/jsx-no-undef" : 1 ,
@@ -88,6 +89,7 @@ Finally, enable all of the rules that you would like to use.
8889* [ jsx-curly-spacing] ( docs/rules/jsx-curly-spacing.md ) : Enforce or disallow spaces inside of curly braces in JSX attributes
8990* [ jsx-indent-props] ( docs/rules/jsx-indent-props.md ) : Validate props indentation in JSX
9091* [ jsx-max-props-per-line] ( docs/rules/jsx-max-props-per-line.md ) : Limit maximum of props on a single line in JSX
92+ * [ jsx-no-bind] ( docs/rules/jsx-no-bind.md ) : Prevent usage of ` .bind() ` and arrow functions in JSX props
9193* [ jsx-no-duplicate-props] ( docs/rules/jsx-no-duplicate-props.md ) : Prevent duplicate props in JSX
9294* [ jsx-no-literals] ( docs/rules/jsx-no-literals.md ) : Prevent usage of unwrapped JSX strings
9395* [ jsx-no-undef] ( docs/rules/jsx-no-undef.md ) : Disallow undeclared variables in JSX
You can’t perform that action at this time.
0 commit comments