Releases: ArnaudBarre/eslint-plugin-react-refresh
Releases · ArnaudBarre/eslint-plugin-react-refresh
v0.4.14
24 Oct 18:14
Compare
Sorry, something went wrong.
No results found
Warn if a context is exported alongside a component (fixes #53 ). Thanks @IgorAufricht !
v0.4.13
19 Oct 22:59
Compare
Sorry, something went wrong.
No results found
Support for react-redux connect (export default connect(mapStateToProps, mapDispatchToProps)(MyComponent)) (fixes #51 )
Support for Arbitrary Module Identifiers syntax (fixes #52 )
v0.4.12
14 Sep 10:08
Compare
Sorry, something went wrong.
No results found
Support type assertion on default export (fixes #48 )
Add default export to fix usage with jiti (fixes #50 )
v0.4.11
22 Aug 10:18
Compare
Sorry, something went wrong.
No results found
Ignore type exports (ex. export type foo = string;) (fixes #47 )
v0.4.10
20 Aug 18:51
Compare
Sorry, something went wrong.
No results found
Support function Foo() {}; export default React.memo(Foo) (#46 ) (thanks @SukkaW !)
v0.4.9
21 Jul 15:10
Compare
Sorry, something went wrong.
No results found
Support function Foo() {}; export default memo(Foo) (fixes #44 ) (thanks @SukkaW !)
v0.4.8
09 Jul 23:33
Compare
Sorry, something went wrong.
No results found
Support export const foo = -1 with allowConstantExport (fixes #43 )
v0.4.7
09 May 11:15
Compare
Sorry, something went wrong.
No results found
Support export { Component as default } (fixes #41 )
v0.4.6
13 Mar 08:52
Compare
Sorry, something went wrong.
No results found
Ignore cypress test files (#39 )
v0.4.5
02 Dec 20:22
Compare
Sorry, something went wrong.
No results found
Allow TaggedTemplateExpression for styled components (fixes #32 )