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:
parent
348a4b95b8
commit
0003c4d839
4 changed files with 14 additions and 1 deletions
|
@ -10,6 +10,15 @@ # `@revi/prettier-config` changelog
|
||||||
- minor: When the plugin is added.
|
- minor: When the plugin is added.
|
||||||
- patch: When the rule is modified (without plugin addition/removal).
|
- 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
|
## v0.2.0
|
||||||
|
|
||||||
Date: 2024-10-06 (KST)
|
Date: 2024-10-06 (KST)
|
||||||
|
|
|
@ -15,6 +15,8 @@ ## Config
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
trailingComma: 'all',
|
trailingComma: 'all',
|
||||||
plugins: [
|
plugins: [
|
||||||
|
// https://github.com/matzkoh/prettier-plugin-packagejson
|
||||||
|
'prettier-plugin-packagejson',
|
||||||
// https://github.com/prettier/plugin-php
|
// https://github.com/prettier/plugin-php
|
||||||
'@prettier/plugin-php',
|
'@prettier/plugin-php',
|
||||||
// https://github.com/un-ts/prettier/tree/master/packages/sh
|
// https://github.com/un-ts/prettier/tree/master/packages/sh
|
||||||
|
@ -35,6 +37,7 @@ ## Config
|
||||||
'**/*.hujson',
|
'**/*.hujson',
|
||||||
'.devcontainer.json',
|
'.devcontainer.json',
|
||||||
'.devcontainer/**/devcontainer.json',
|
'.devcontainer/**/devcontainer.json',
|
||||||
|
'**/dprint.json',
|
||||||
'.vscode/**/*.json',
|
'.vscode/**/*.json',
|
||||||
'**/jsconfig.json',
|
'**/jsconfig.json',
|
||||||
'**/jsconfig.*.json',
|
'**/jsconfig.*.json',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "@revi/prettier-config",
|
"name": "@revi/prettier-config",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "@revi's prettier configs",
|
"description": "@revi's prettier configs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"prettier"
|
"prettier"
|
||||||
|
|
|
@ -37,6 +37,7 @@ const config = {
|
||||||
'**/*.hujson',
|
'**/*.hujson',
|
||||||
'.devcontainer.json',
|
'.devcontainer.json',
|
||||||
'.devcontainer/**/devcontainer.json',
|
'.devcontainer/**/devcontainer.json',
|
||||||
|
'**/dprint.json',
|
||||||
'.vscode/**/*.json',
|
'.vscode/**/*.json',
|
||||||
'**/jsconfig.json',
|
'**/jsconfig.json',
|
||||||
'**/jsconfig.*.json',
|
'**/jsconfig.*.json',
|
||||||
|
|
Loading…
Reference in a new issue