Skip to content

Commit 744a054

Browse files
riderxclaude
andcommitted
chore: use prettylint instead of prettier script
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 47201ed commit 744a054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 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": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
41+
"prettier": "prettylint \"**/*.{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,7 +62,8 @@
6262
"rimraf": "^6.1.0",
6363
"rollup": "^4.53.2",
6464
"swiftlint": "^2.0.0",
65-
"typescript": "^5.9.3"
65+
"typescript": "^5.9.3",
66+
"prettylint": "^2.0.0"
6667
},
6768
"peerDependencies": {
6869
"@capacitor/core": ">=8.0.0"

0 commit comments

Comments
 (0)