Releases: standard-config/prettier
Releases · standard-config/prettier
1.6.1
1.6.0
1.5.0
- Defined sort order for
.vscode/mcp.jsonand.vscode/sessions.json. - Added support for
shellTabWidthandshellUseTabsthat allow more intuitive indentation overrides.tabWidthanduseTabsnow target all non-shell files by default. - Deprecated
prioritizeKeysin favor ofjsonSortOrder, which now accepts an array of keys and normalizes it automatically. - Fixed a broken source map reference for the type definitions.
1.4.0
- Expanded all JSON arrays and objects into multi-line notation (via
prettier-plugin-expand-json). - Expanded sort order for
.oxlintrc.jsonto fully cover the specification. - Expanded sort order for
tsconfig.jsonto fully cover the specification.
1.3.0
- Expanded sort order for
package.jsonto fully cover thenpm@11specification. - Expanded root-level sort order for
tsconfig.json. - Moved local type definitions upstream.
1.2.1
1.2.0
- Changed Markdown code block indentation from tabs to spaces. Here’s why.
- Fixed the issue where JSON code blocks in Markdown would get sorted unexpectedly.