COMMITS
/ lib/util/variable.js July 29, 2024
J
[Refactor] clean up some of the jsdocs
Jordan Harband committed
July 15, 2024
D
[Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup
Daniel Rosenwasser committed
April 28, 2024
M
[Refactor] create getScope util; `context.getScope` is deprecated
Mateusz Łopaciński committed
December 20, 2023
J
[Refactor] better use of `.reverse`, etc
Jordan Harband committed
February 26, 2022
J
[Fix] `no-array-index-key`: detect named-imported `cloneElement`/`createElement`
Jordan Harband committed
October 18, 2021
J
[eslint] change `comma-dangle` to `always-multiline`
Jordan Harband committed
July 9, 2020
J
[Fix]: improve algorithm to check if a variable is coming from the pragma
Johnny Zabala committed
May 13, 2020
May 19, 2019
J
[eslint] enable and autofix `object-shorthand`
Jordan Harband committed
J
[eslint] enable and autofix `lines-around-directive`
Jordan Harband committed
May 11, 2019
G
[Build]: fix type-check errors
golopot committed
November 22, 2017
J
[Refactor] Move findVariableByName to variable util
Joshua Stiefer committed
July 20, 2017
D
Codemod arrow-functions
David Filipidisz committed
June 27, 2017
D
Use const and let instead of var
David Filipidisz committed
January 21, 2017
J
[Breaking] drop node < 4 support.
Jordan Harband committed
January 29, 2017
J
[Fix] node < 4 lacks `Array.prototype.find`
Jordan Harband committed
January 2, 2017
J
Clean up variable utils and add more tests
Joshua Stiefer committed
J
Add check for destructured createElement
Joshua Stiefer committed
November 24, 2016
V
Add flow support for require-default-props
Vitor Balocco committed
September 12, 2016
Y
Use ESLint markVariableAsUsed method instead of our (now useless) custom one (fixes #799)
Yannick Croissant committed
August 21, 2016
Y
Fix related components detection in prop-types (fixes #735)
Yannick Croissant committed
December 2, 2015
J
Add missing JSDoc `@param` in variable.js
Joe Lencioni committed
June 14, 2015
Y
Fix regression in jsx-uses-vars with babel-eslint (fixes #110)
Yannick Croissant committed
June 5, 2015
Y
Fix jsx-uses-vars for ES6 classes (fixes #96)
Yannick Croissant committed
April 21, 2015
Y
Fix files permissions
Yannick Croissant committed
April 4, 2015
Y
Fix variable detection with babel-eslint (fixes #50)
Yannick Croissant committed