COMMITS
/ lib/util/jsx.js July 30, 2024
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
May 16, 2024
J
[Refactor] context comes first
Jordan Harband committed
April 18, 2022
C
[Refactor] improve performance by avoiding unnecessary `Components.detect`
Chiawen Chen committed
April 6, 2022
C
[Refactor] improve performance for detecting function components
Chiawen Chen committed
February 3, 2022
J
[Fix] `prop-types`/`propTypes`: follow a returned identifier to see if it is JSX
Jordan Harband committed
November 5, 2021
V
[Fix] `destructuring-assignment`, component detection: improve component detection
vedadeepta committed
October 18, 2021
J
[eslint] change `comma-dangle` to `always-multiline`
Jordan Harband committed
August 31, 2021
D
[Fix] `display-name`: fix misinterpreted function components
Daniel Finke committed
August 9, 2021
J
[Fix] `no-typos`: prevent crash on styled components and forwardRefs
Jordan Harband committed
May 24, 2021
P
[Fix] component detection: use `estraverse` to improve component detection
Pedro Palacios Avila committed
February 22, 2020
C
[eslint] remove `operator-linebreak` override
Chiawen Chen committed
May 9, 2020
Y
[Fix] `jsx-pascal-case`: Do not consider namespaces when checking for DOM
Yacine Hmito committed
September 13, 2019
May 5, 2019
G
[New] add `jsx-no-useless-fragment` rule
golopot committed
May 19, 2019
J
[eslint] enable and manually fix `no-useless-escape`
Jordan Harband committed
J
[eslint] enable and autofix `object-shorthand`
Jordan Harband committed
J
[eslint] enable and autofix `lines-around-directive`
Jordan Harband committed
January 1, 2019
J
[Fix] `jsx-max-depth`: avoid a crash
Jordan Harband committed
August 22, 2018
A
Support shorthand fragments in Components
Alex Zherdev committed
June 30, 2018
A
[New] Add ignoreDOMComponents option to jsx-no-bind
Alex Zherdev committed