Skip to content

Commit d4108db

Browse files
committed
chore: add prettier
1 parent 421aa0d commit d4108db

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint-staged": "lint-staged",
2828
"lint:docs": "prettier --write README.md",
2929
"lint:js": "oxlint --format stylish --fix src test",
30-
"lint:json": "prettier --write codecov.yml package.json",
30+
"lint:json": "prettier --write package.json",
3131
"perf": "pnpm build && tsx perf/perf.ts",
3232
"prepare": "husky",
3333
"prepublishOnly": "pnpm lint && pnpm build",
@@ -79,6 +79,7 @@
7979
"postcss": "^8.5.6",
8080
"postcss-value-parser": "^4.2.0",
8181
"pre-commit": "^1.2.2",
82+
"prettier": "^3.6.2",
8283
"prettier-plugin-package": "^1.4.0",
8384
"rewiremock": "^3.14.6",
8485
"strip-ansi": "^7.1.0",

pnpm-lock.yaml

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)