sandbox/npm/prettier-config/package.json
Yongmin Hong c079c483f8
npm(prettier-config): trailingComma: 'none' for jsonc
Summary:
Seems like prettier wants to put trailingComma to JSONc.

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

Test Plan: `arc land`, push new release, test.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D366
2024-06-19 14:32:59 +09:00

35 lines
830 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.0.4",
"author": {
"name": "revi",
"email": "revi@omglol.email",
"url": "https://revi.xyz"
},
"description": "@revi's prettier configs",
"main": "prettier.config.js",
"peerDependencies": {
"@prettier/plugin-php": "0.22.2",
"prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
},
"scripts": {
"p:c": "prettier --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revi/sandbox.git",
"directory": "npm/prettier-config"
},
"bugs": {
"url": "https://revi.xyz/new"
},
"keywords": [
"prettier"
],
"type": "module",
"funding": "https://github.com/sponsors/revi",
"license": "Apache-2.0"
}