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.
53
53
"react/jsx-curly-spacing" : 1 ,
54
54
"react/jsx-indent-props" : 1 ,
55
55
"react/jsx-max-props-per-line" : 1 ,
56
+ "react/jsx-no-bind" : 1 ,
56
57
"react/jsx-no-duplicate-props" : 1 ,
57
58
"react/jsx-no-literals" : 1 ,
58
59
"react/jsx-no-undef" : 1 ,
@@ -88,6 +89,7 @@ Finally, enable all of the rules that you would like to use.
88
89
* [ jsx-curly-spacing] ( docs/rules/jsx-curly-spacing.md ) : Enforce or disallow spaces inside of curly braces in JSX attributes
89
90
* [ jsx-indent-props] ( docs/rules/jsx-indent-props.md ) : Validate props indentation in JSX
90
91
* [ 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
91
93
* [ jsx-no-duplicate-props] ( docs/rules/jsx-no-duplicate-props.md ) : Prevent duplicate props in JSX
92
94
* [ jsx-no-literals] ( docs/rules/jsx-no-literals.md ) : Prevent usage of unwrapped JSX strings
93
95
* [ 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