npm/prettier-config: Bump version to v0.2.1

Summary:
External version of D785.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Release the npm package.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D788
This commit is contained in:
revi 2024-10-08 17:41:38 +09:00
parent 348a4b95b8
commit 0003c4d839
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
4 changed files with 14 additions and 1 deletions

View file

@ -10,6 +10,15 @@ # `@revi/prettier-config` changelog
- minor: When the plugin is added.
- patch: When the rule is modified (without plugin addition/removal).
## v0.2.1
Date: 2024-10-08 (KST)
### Update
- Add `dprint.json` as jsonc.
- Update `README.md`.
## v0.2.0
Date: 2024-10-06 (KST)

View file

@ -15,6 +15,8 @@ ## Config
singleQuote: true,
trailingComma: 'all',
plugins: [
// https://github.com/matzkoh/prettier-plugin-packagejson
'prettier-plugin-packagejson',
// https://github.com/prettier/plugin-php
'@prettier/plugin-php',
// https://github.com/un-ts/prettier/tree/master/packages/sh
@ -35,6 +37,7 @@ ## Config
'**/*.hujson',
'.devcontainer.json',
'.devcontainer/**/devcontainer.json',
'**/dprint.json',
'.vscode/**/*.json',
'**/jsconfig.json',
'**/jsconfig.*.json',

View file

@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.2.0",
"version": "0.2.1",
"description": "@revi's prettier configs",
"keywords": [
"prettier"

View file

@ -37,6 +37,7 @@ const config = {
'**/*.hujson',
'.devcontainer.json',
'.devcontainer/**/devcontainer.json',
'**/dprint.json',
'.vscode/**/*.json',
'**/jsconfig.json',
'**/jsconfig.*.json',