sandbox/npm/prettier-config/package.json
Yongmin Hong b189fe62aa
npm(prettier-config): add tsconfig to jsonc
Summary:
`tsconfig.json` has comments, so it is jsonc.

Cf. https://aka.ms/tsconfig.json

Also add tsconfig.json in rootdir and update arclint to ignore
`tsconfig.json`.

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

Test Plan: Try prettier checks on `tsconfig.json` after merging.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D376
2024-06-20 14:54:14 +09:00

36 lines
865 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.0.5",
"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",
"email": "bugs@phab.revi.dev"
},
"keywords": [
"prettier"
],
"type": "module",
"funding": "https://github.com/sponsors/revi",
"license": "Apache-2.0"
}