Skip to content

Commit 90c8239

Browse files
riderxclaude
andcommitted
chore: add prettier-pretty-check as devDependency
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 500a160 commit 90c8239

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bun.lock

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
4444
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
4545
"eslint": "eslint .",
46-
"prettier": "node ../prettier-pretty-check/index.js \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
46+
"prettier": "prettier-pretty-check \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
4747
"swiftlint": "node-swiftlint",
4848
"docgen": "docgen --api CameraPreviewPlugin --output-readme README.md --output-json dist/docs.json",
4949
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
@@ -69,7 +69,8 @@
6969
"rimraf": "^6.1.0",
7070
"rollup": "^4.53.2",
7171
"swiftlint": "^2.0.0",
72-
"typescript": "^5.9.3"
72+
"typescript": "^5.9.3",
73+
"prettier-pretty-check": "^0.2.0"
7374
},
7475
"peerDependencies": {
7576
"@capacitor/core": ">=8.0.0"

0 commit comments

Comments
 (0)