COMMITS
/ docs/rules/jsx-no-bind.md May 30, 2023
G
[Docs] `jsx-no-bind`: reword performance rationale
Greg Poole committed
October 20, 2022
B
[Docs] automate doc generation with `eslint-doc-generator`
Bryan Mishkin committed
August 19, 2022
B
[Docs] Add config notice to rule docs
Bryan Mishkin committed
B
[Docs] Consistent rule descriptions and doc sections
Bryan Mishkin committed
August 21, 2022
B
[Docs] Add markdownlint for documentation formatting consistency
Bryan Mishkin committed
August 24, 2021
P
[Fix] `jsx-no-bind`: handle local function declarations
Patrick Gingras committed
June 1, 2021
D
[Docs] `jsx-no-bind`: updates discussion of refs
Dimitri Mitropoulos committed
April 28, 2021
J
[meta] ensure trailing newlines on files
Jordan Harband committed
October 20, 2020
J
[Docs] make example descriptions consistent
Jordan Harband committed
October 3, 2019
K
[docs] `jsx-no-bind`: add section about React Hooks
kdex committed
December 2, 2018
R
Remove debatable statement on perf in jsx-no-bind
Rick Hanlon II committed
June 30, 2018
A
[New] Add ignoreDOMComponents option to jsx-no-bind
Alex Zherdev committed
February 20, 2018
R
October 30, 2017
J
Merge pull request #1459 from jackyho112/make-jsx-no-bind-only-warn-for-props
Joe Lencioni committed
October 7, 2017
F
Make negative adverbs above snippets bold
Felicio Mununga committed
October 26, 2017
J
Add support for function
jackyho112 committed
May 30, 2017
V
Update jsx-no-bind.md
Vojtech Novak committed
May 16, 2017
A
docs(rules): prefix rule names in title
Adnan Asani committed
April 23, 2017
Y
Update documentation examples to use createReactClass
Yannick Croissant committed
April 12, 2017
A
corrects all the .eslintrc examples in the docs directory
Adam Lancaster committed
January 29, 2017
J
Improve syntax highlighting of code snippets
Joe Lencioni committed
October 2, 2016
M
Adds missing rule name for `jsx-no-bind`.
Michael Novotny committed
January 7, 2016
M
Add allowRefs to the jsx-no-bind rule
Matija Marohnić committed
October 28, 2015
D
Fix indentation of example, and add a protip about ES6 classes.
Daniel Lo Nigro committed
October 27, 2015
D
Add rule for disallowing `.bind` in JSX props. Closes #184
Daniel Lo Nigro committed