Releases: shlinkio/js-coding-standard
Releases · shlinkio/js-coding-standard
v3.5.0
v3.4.1
Added
- Nothing
Changed
- Update
react/jsx-tag-spacing
so that it requires a space before closing tag. - Update
@stylistic/eslint-plugin
to >=4.2 - Update
typescript-eslint
to ^8.28
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
v3.4.0
Added
-
Support any version of
@stylistic/eslint-plugin
newer than 3.0. This allows this library to continue working even if they release major versions (which happens frequently).If a new major versions becomes incompatible for any reason, dependabot will highlight it.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Drop support for ESLint 8.
Fixed
- Nothing
v3.3.0
Added
- Update to
@stylistic/eslint-plugin
3.0
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
v3.2.1
Added
- Nothing
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Fix rules definitions coming from plugins or shareable configs.
v3.2.0
Added
- Add support for
eslint-plugin-react-hooks
5.x.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
v3.1.0
v3.0.1
Added
- Add support for
typescript-eslint
8.0.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
v3.0.0
v2.5.2
Added
- Nothing
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Do not allow more than 1 consecutive empty line.