sandbox/npm/prettier-config/package.json
Yongmin Hong 5c16c87f8d
npm(prettier-config): add prettier plugins, add rules, consolidate
Summary:
And run `npm run p:w .` for that, and add .prettierignore so `sh` plugin ignores them.

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

Test Plan: `npm run p:c .` and `npm publish`.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D355
2024-06-18 18:46:30 +09:00

35 lines
826 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.0.3",
"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": "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"
}