Releases: shlinkio/js-coding-standard
Releases · shlinkio/js-coding-standard
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.
v2.5.1
Added
- Nothing
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Recover some rules lost when airbnb plugins were removed, by adding @Stylistic eslint plugin.
v2.5.0
Added
- Nothing
Changed
- Make all dependencies peer dependencies, so that dependabot can update them on every project.
Deprecated
- Nothing
Removed
- Remove airbnb plugins.
Fixed
- Nothing