Releases: eslint-stylistic/eslint-stylistic
Releases · eslint-stylistic/eslint-stylistic
v2.10.1
v2.10.0
2.10.0 (2024-10-30)
Features
- cross test
comma-spacing
(#562) (ea72317) - function-call-spacing: auto-fix optional chain when option is
never
(#589) (7a2b47f) - function-call-spacing: support
ImportExpression
ints
version (#570) (19d1f8c) - indent-binary-ops: logical expression indent (#576) (cbf800d)
- indent: add support for Import Attributes (#579) (4f944d8)
- key-spacing: add support for Import Attributes (#583) (789d893)
- max-statements-per-line: new option to allow specific statements (#558) (2ed4054)
- no-multi-spaces: add support for Import Attributes (#584) (0da0713)
- padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30)
- quote-props: add support for Import Attributes (#581) (4edfee2)
Bug Fixes
- correct the type of
quotes
incustomize
(#590) (b86c2df) - function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55)
- jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5)
Documentation
Chores
v2.9.0
2.9.0 (2024-10-05)
Features
- add indent option tabLength to customize config (#538) (91a18e7)
- curly-newline: add new rule (#548) (049c20e)
- Improve indent in template literals (#553) (9130c94)
- jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)
Bug Fixes
- quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)
Documentation
Chores
v2.8.0
2.8.0 (2024-09-09)
Features
- indent: indention inside TemplateLiteral always start at level one (#528) (d2f92c0)
- remove
@types/eslint
(5ea3d6a)
Bug Fixes
- indent-binary-ops: improve nested handling, close #530 (af1c21a)
- move spacing rules about
as
andsatisfies
fromtype-annontation-spacing
tokeyword-spacing
(#535) (b89ae5e)
Documentation
v2.7.2
v2.7.1
v2.7.0-beta.1
v2.7.0-beta.0
v2.7.0
Huge internal refactoring towards #482. It should not affect on userland