dots/package.json
Yongmin Hong 5e2a2c7516
gitconfig: add some extra rules
Summary:
From https://github.com/simnalamburt/.dotfiles/blob/main/.gitconfig

Apache-2.0 license used.

Also:

 - fix `npm run` command
 - fix incorrect `.gitconfig` rule.

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

Test Plan: Not really as well.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D225
2024-06-09 21:30:25 +09:00

12 lines
187 B
JSON

{
"dependencies": {
"jsonlint": "^1.6.3"
},
"devDependencies": {
"prettier": "^3.3.1"
},
"scripts": {
"p:c": "prettier --check",
"p:w": "prettier --write"
}
}