Skip to content

Commit 719aebe

Browse files
committed
Add jsx-no-bind to README
1 parent 752454b commit 719aebe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)