COMMITS
/ lib/util/makeNoMethodSetStateRule.js September 23, 2024
P
[New] add type generation
Pelle Wessman committed
April 28, 2024
M
[Refactor] create `getAncestors` util, since `context.getAncestors` is deprecated
Mateusz Łopaciński committed
December 20, 2023
J
[Refactor] better use of `.reverse`, etc
Jordan Harband committed
August 19, 2022
B
[Docs] Consistent rule descriptions and doc sections
Bryan Mishkin committed
April 16, 2022
C
[Refactor] `no-*-set-state`: improve performance
Chiawen Chen committed
April 1, 2022
C
[Refactor] fix linter errors
Chiawen Chen committed
February 5, 2022
J
[New] `no-did-mount-set-state`, `no-did-update-set-state`: no-op with react >= 16.3
Jordan Harband committed
J
[Refactor] `versionUtil`: expand to take a semver range
Jordan Harband committed
October 25, 2021
J
[New] add support for `@typescript-eslint/parser` v5
Jordan Harband committed
October 18, 2021
J
[eslint] change `comma-dangle` to `always-multiline`
Jordan Harband committed
September 20, 2021
J
[Fix] restore eslint < 4.15 compatibility
Jordan Harband committed
February 3, 2021
A
[Fix] move error messages to meta property
Adam Davies committed
February 22, 2020
C
[eslint] remove `operator-linebreak` override
Chiawen Chen committed
December 16, 2017
May 19, 2019
J
[Refactor] avoid loops
Jordan Harband committed
J
[eslint] enable and autofix `object-shorthand`
Jordan Harband committed
J
[eslint] enable and autofix `lines-around-directive`
Jordan Harband committed
J
[eslint] enable and autofix `space-before-function-paren`
Jordan Harband committed
December 18, 2018
J
Fix noMethodSetState docsUrl's
JBallin committed
June 24, 2018
A
Account for UNSAFE_ method in no-will-update-set-state
Alex Zherdev committed
January 8, 2018
L
Add URL to rule documentation to the metadata
Landon Abney committed
June 27, 2017
D
Use const and let instead of var
David Filipidisz committed
June 14, 2017
J
[Tests] enforce padded-blocks and computed-property-spacing.
Jordan Harband committed
January 21, 2017
J
[Breaking] drop node < 4 support.
Jordan Harband committed
April 6, 2017
W
Factor out no-<method>-set-state rule code to a utility
William Holloway committed