Releases: eslint-stylistic/eslint-stylistic
Releases Β· eslint-stylistic/eslint-stylistic
v2.6.2
2.6.2 (2024-08-08)
Bug Fixes
- indent: indentation for argument with decorators (#487) (aefb3be)
- quotes: ignore backtick in ts import types (#493) (a7f7c2a)
Chores
- consistent
createRule
argument order (83e22f2)
- indent: simplify the code related to
PropertyDefinition
with decorators (#489) (53d731f)
v2.6.1
2.6.1 (2024-08-01)
Bug Fixes
v2.6.0
2.6.0 (2024-07-31)
Bump @typescript-eslint
to v8 (#452)
v2.6.0-beta.1
Features
- migrate to
@types/eslint
v9.6.0
(#479) (ea72aae)
- ts/padding-line-between-statements: support for enum (#453) (7126f21)
Bug Fixes
- indent: handle mixed spaces and tabs (#465) (d5ae88d)
- type-generic-spacing: consider parentheses (#467) (fd08dd8)
Documentation
Chores
v2.4.0
2.4.0 (2024-07-27)
Features
Bug Fixes
Documentation
v2.6.0-beta.0
Features
Bug Fixes
Documentation
Chores
- update release-please config (90bf9ad)
v2.3.0
2.3.0 (2024-06-25)
Features
- js/array-element-newline: options multiline and consistent combination (#445) (cfd3327)
- ts: add
object-curly-newline
and object-property-newline
(#444) (036d3de)
Bug Fixes
- jsx-indent: deprecate
jsx-indent
rule in favor of indent
(#447) (57dd2e8)
v2.2.2
2.2.2 (2024-06-19)
Bug Fixes
- indent: correct class property initialization (#431) (09ea5b0)
- plus/indent-binary-ops: considring
||
and &&
(#430) (9627a10)
Documentation
Chores
v2.2.1
2.2.1 (2024-06-17)
Bug Fixes
- indent: correct indentation in chained methods calls with generics (#424) (4ba8b08)
- indent: handle undefined
node.decorators
when tsParser is not configured (#422) (3d63054)
v2.2.0
2.2.0 (2024-06-15)
Features
Bug Fixes
- indent: correct indentation for
PropertyDefinition
with decorators (#416) (4b4d27c)
- make plugin assignable to ESLint.Plugin (#418) (9887ead)
- quotes: allow template literals to avoid escape sequences (#410) (1891c5f)