COMMITS
/ lib/util/usedPropTypes.js July 30, 2024
J
[Refactor] add `astUtil.isCallExpression` predicate
Jordan Harband committed
J
[Refactor] general cleanup
Jordan Harband committed
July 29, 2024
J
[Refactor] clean up some of the jsdocs
Jordan Harband committed
April 28, 2024
M
[Refactor] create getScope util; `context.getScope` is deprecated
Mateusz Łopaciński committed
M
[Refactor] create `getSourceCode` helper, since `context.getSourceCode` is deprecated
Mateusz Łopaciński committed
May 16, 2024
J
[Refactor] context comes first
Jordan Harband committed
May 3, 2023
A
[Fix] `no-unused-prop-types`: allow using spread with object expression in jsx
Akul Srivastava committed
October 18, 2022
J
[Refactor] use `toSorted`, `flatMap`, `filter`, etc where appropriate
Jordan Harband committed
April 18, 2022
C
[Refactor] improve performance by avoiding unnecessary `Components.detect`
Chiawen Chen committed
February 5, 2022
J
[Refactor] `versionUtil`: expand to take a semver range
Jordan Harband committed
November 17, 2021
C
[Fix] `prop-types`: fix false positives on renames in object destructuring
Chiawen Chen committed
October 20, 2021
J
[Fix] `no-unused-prop-types`, `usedPropTypes`: avoid crash with typescript-eslint parser
Jordan Harband committed
October 18, 2021
J
[eslint] remove override for `object-curly-spacing`, `array-bracket-spacing`
Jordan Harband committed
J
[eslint] change `comma-dangle` to `always-multiline`
Jordan Harband committed
September 5, 2021
J
[Fix] `propTypes`, `no-unused-prop-types`: remove the fake `node` added in #3064
Jordan Harband committed
September 28, 2020
R
[Refactor] cleanup `no-mixed-operators` warnings
RedTn committed
June 30, 2020
June 29, 2020
H
[Fix] `no-unused-prop-types`: handle optional chaining
Hank Chen committed
May 13, 2020
February 22, 2020
C
[eslint] remove `operator-linebreak` override
Chiawen Chen committed
May 9, 2020
February 1, 2020
G
[Fix] `no-unused-prop-types`: make `markPropTypesAsUsed` work with `TSEmptyBodyFunctionExpression` AST node
Guillaume Clochard committed
December 28, 2019
November 1, 2019
C
[eslint] fix func-names and change object-shorthand to 'always'
Chiawen Chen committed
October 1, 2019
C
[Fix] `no-unused-prop-types`: false positive when nested destructuring
Chiawen Chen committed
September 6, 2019
C
[eslint] disable some options and manually fix `valid-jsdoc`
Chiawen Chen committed
September 2, 2019
Y
[Fix] Fix prop-types detection collision on renamed props
Yannick Croissant committed
July 25, 2019
G
[fix] `prop-types`: false positive with setState updator
golopot committed
June 24, 2019
Y
[Fix] : fix crash on for...of destructuring
Yannick Croissant committed
G
[Fix] `prop-types`: fix crash on multiple destructuring
golopot committed
June 12, 2019
G
G
Apply suggestion: replace mutation with Object.assign
golopot committed
G
Apply suggestion: replace concat([a]) with concat(a)
golopot committed
June 7, 2019
G
[New] `prop-types`: handle variables defined as props
golopot committed
June 5, 2019
G
[New]: `prop-types`: handle nested destructuring
golopot committed
May 28, 2019
G
[Refactor]: simplify utils/usedPropTypes.js
golopot committed
May 19, 2019
J
[Refactor] avoid loops
Jordan Harband committed
J
[Refactor] `usedPropTypes`: hoist utility functions to module level
Jordan Harband committed
J
[Refactor] avoid caching `context.getSourceNode()`
Jordan Harband committed
J
[Refactor] extract `getKeyValue`, `isAssignmentLHS` to ast util
Jordan Harband committed
J
[eslint] enable and manually fix `no-useless-escape`
Jordan Harband committed
J
[eslint] enable `no-void` and disable `consistent-return`
Jordan Harband committed
J
[eslint] enable and autofix `operator-linebreak`
Jordan Harband committed
J
[eslint] enable and auto + manually fix `spaced-comment`
Jordan Harband committed
J
[eslint] enable and autofix `object-shorthand`
Jordan Harband committed
J
[eslint] enable and autofix `arrow-parens`
Jordan Harband committed
J
[eslint] enable and manually fix `no-case-declarations`
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
May 11, 2019
G
[Build]: fix type-check errors
golopot committed