Skip to content

Releases: Moxio/eslint-plugin-moxio

v4.7.0

08 Oct 13:44
77f3943
Compare
Choose a tag to compare

Compatibility with eslint 9

v4.6.0

29 Nov 11:01
Compare
Choose a tag to compare
relax eslint version to also allow 8.0.0

v4.5.0: version 4.5.0 - updating restrict-css-class-usage-to-files

02 Aug 14:44
Compare
Choose a tag to compare
skips {$: JSXElement} assignment, as it is unlikely to be a css assignment. Example: { "restricted-css-class": <div /> }

v4.4.0

23 Mar 09:27
Compare
Choose a tag to compare
4.4.0 adds a new rule: restrict import from source

eslint 7 compatibility

31 Jul 08:42
Compare
Choose a tag to compare
v4.3.0

marking plugin as compatible with eslint ^7.0.0

4.2.0

15 May 09:17
01f9ce7
Compare
Choose a tag to compare

Adds a new rule that warns if React.createRef() is used in a function component. Instead of the preferred useRef hook.

4.1.0

01 Apr 15:04
Compare
Choose a tag to compare

New: Now also checks for restricted CSS classes within template strings.

4.0.0

30 Mar 15:15
Compare
Choose a tag to compare

Initial open source release