Skip to content

Commit db3eff1

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 0bed534 commit db3eff1

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
@@ -42,7 +42,7 @@
4242
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
4343
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
4444
"eslint": "eslint . --ext ts",
45-
"prettier": "node ../prettier-pretty-check/index.js \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
45+
"prettier": "prettier-pretty-check \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
4646
"swiftlint": "node-swiftlint",
4747
"docgen": "docgen --api PayPlugin --output-readme README.md --output-json dist/docs.json",
4848
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
@@ -66,7 +66,8 @@
6666
"rimraf": "^6.1.0",
6767
"rollup": "^4.53.2",
6868
"swiftlint": "^2.0.0",
69-
"typescript": "^5.9.3"
69+
"typescript": "^5.9.3",
70+
"prettier-pretty-check": "^0.2.0"
7071
},
7172
"peerDependencies": {
7273
"@capacitor/core": ">=8.0.0"

0 commit comments

Comments
 (0)