Skip to content

Releases: ArnaudBarre/eslint-plugin-react-refresh

v0.3.3

29 Jan 03:36
0ab4d91
Compare
Choose a tag to compare

Add checkJS option (#5) (Fixes #4)

v0.3.2

14 Dec 21:40
Compare
Choose a tag to compare

Ignore test files (*.test.*, *.spec.*) (Fixes #2)

v0.3.1

15 Nov 09:56
Compare
Choose a tag to compare

Allow numbers in component names (Fixes #1)

v0.3.0

12 Nov 22:08
Compare
Choose a tag to compare

Report an error when a file that contains components that can't be fast-refreshed because:

  • There are no export (entrypoint)
  • Exports are not components

v0.2.1

27 Jan 18:23
Compare
Choose a tag to compare

Doc only: Update limitations section README.md

v0.2.0

27 Jan 18:22
Compare
Choose a tag to compare
  • Fix TS import
  • Document limitations

v0.1.0

23 Jan 16:20
Compare
Choose a tag to compare

Initial release