You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename --space-before-function-paren to something like --space-after-function-name to be more consistent with the actual effect on recent prettierx releases (similar to https://eslint.org/docs/rules/space-after-function-name which was removed from eslint)
possibly rename --generator-star-spacing and --yield-star-spacing
add separate options such as -css-paren-spacing, etc. to configure paren & curly spacing for CSS
I would like to make this release in the very near future so please raise any possible objections ASAP!
I would also like to drop the outdated option names before merging with Prettier 2.2.1 (#414) which would likely require a rebase due to the amount of code that was moved around in the Prettier code base.
Release 0.17.0 with the breaking changes has been published. Please see the updated list in the description or check out the release notes in CHANGELOG.md.
updated:
prettierx
side (issue Inconsistent formatting of nested ternary expressions #41)rename--space-before-function-paren
to something like--space-after-function-name
to be more consistent with the actual effect on recentprettierx
releases (similar to https://eslint.org/docs/rules/space-after-function-name which was removed from eslint)possibly rename--generator-star-spacing
and--yield-star-spacing
--no-align-ternary-lines
as superseded by the newoffsetTernaryExpressions
feature in PR add offsetTernaryExpressions functionality #415possiblyrename--paren-spacing
tospace-in-parens
(similar to https://eslint.org/docs/rules/space-in-parens) and split out some functionality into other options (see finer-grained spacing options #426)possiblyreplace--bracket-spacing
with finer-grained options (see finer-grained spacing options #426)-css-paren-spacing
, etc. to configure paren & curly spacing for CSSI would like to make this release in the very near future so please raise any possible objections ASAP!
I would also like to drop the outdated option names before merging with Prettier 2.2.1 (#414) which would likely require a rebase due to the amount of code that was moved around in the Prettier code base.
/cc @aMarCruz @sheerun @ai
The text was updated successfully, but these errors were encountered: