fix(deps): update dependency @stylistic/eslint-plugin to ^5.2.0
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
@stylistic/eslint-plugin (source) | ^5.1.0 -> ^5.2.0 |
Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.2.0
Features
- add
warnOnce
utility for deprecation warnings (#867) (f015822) -
indent: introduce
returnType
forFunctionDeclaration
andFunctionExpression
(#884) (c0a09fb) -
indent: support
TSTypeAliasDeclaration
(#796) (c62afea) -
keyword-spacing: support
ImportAttribute
(#863) (08d4193) - multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
- no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
-
object-curly-spacing: support
ImportAttribute
(#862) (000f2f4) - support
AccessorProperty
(#829) (2143f34)
Bug Fixes
- disallow extra properties in rule options (#883) (bac5f3f)
-
indent: align first element when
VariableDeclarator
isfirst
(#861) (ddd14c8)
Documentation
- enhance readability (#880) (4a5fe59)
- fix link of
no-unexpected-multiline
(#847) (0639099) - operator-linebreak: add description for "ignore" option earlier (#866) (46e43f5)
Chores
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.