Releases: Moxio/eslint-plugin-moxio
Releases · Moxio/eslint-plugin-moxio
v4.7.0
v4.6.0
v4.5.0: version 4.5.0 - updating restrict-css-class-usage-to-files
skips {$: JSXElement} assignment, as it is unlikely to be a css assignment. Example: { "restricted-css-class": <div /> }
v4.4.0
eslint 7 compatibility
v4.3.0 marking plugin as compatible with eslint ^7.0.0
4.2.0
Adds a new rule that warns if React.createRef() is used in a function component. Instead of the preferred useRef hook.