Skip to content

Commit 948c873

Browse files
riderxclaude
andcommitted
chore: use prettier-pretty-check instead of prettylint
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 744a054 commit 948c873

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
3939
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
4040
"eslint": "eslint . --ext ts",
41-
"prettier": "prettylint \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
41+
"prettier": "node ../prettier-pretty-check/index.js \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
4242
"swiftlint": "node-swiftlint",
4343
"docgen": "docgen --api FileCompressorPlugin --output-readme README.md --output-json dist/docs.json",
4444
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
@@ -62,8 +62,7 @@
6262
"rimraf": "^6.1.0",
6363
"rollup": "^4.53.2",
6464
"swiftlint": "^2.0.0",
65-
"typescript": "^5.9.3",
66-
"prettylint": "^2.0.0"
65+
"typescript": "^5.9.3"
6766
},
6867
"peerDependencies": {
6968
"@capacitor/core": ">=8.0.0"

0 commit comments

Comments
 (0)