eslint-plugin-react-refresh
Advanced tools
Changelog
0.3.4
Report default CallExpression exports (#7) (fixes #6)
This allows to report a warning for this kind of patterns that creates anonymous components:
export default compose()(MainComponent)
Changelog
0.3.2
Ignore test files (*.test.*
, *.spec.*
) (fixes #2)
Changelog
0.3.0
Report an error when a file that contains components that can't be fast-refreshed because: