simplify prettier config

This commit is contained in:
Kim, Jimin 2025-03-18 14:08:15 +09:00
parent d592fa6468
commit 72612c6d78
Signed by: pomp
GPG key ID: D3932F82A0667A3B
6 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,8 @@
{
"name": "@pompydev/prettier-config",
"version": "0.0.0",
"main": "index.json"
"main": "index.json",
"devDependencies": {
"prettier": "3.5.3"
}
}