Skip to content

Commit 7b7b309

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 <noreply@anthropic.com>
1 parent 813549c commit 7b7b309

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
@@ -19,7 +19,7 @@
1919
"sync-peer-dependencies": "node scripts/sync-peer-dependencies.mjs",
2020
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
2121
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
22-
"prettier": "prettylint \"**/*.{css,html,java,js,mjs,ts}\" --plugin=prettier-plugin-java",
22+
"prettier": "node ../prettier-pretty-check/index.js \"**/*.{css,html,java,js,mjs,ts}\" --plugin=prettier-plugin-java",
2323
"eslint": "eslint . --ext ts",
2424
"swiftlint": "node-swiftlint",
2525
"version": "npm run sync-peer-dependencies"
@@ -42,7 +42,6 @@
4242
"rimraf": "^6.1.0",
4343
"semver": "^7.3.7",
4444
"swiftlint": "^2.0.0",
45-
"tar": "^6.1.11",
46-
"prettylint": "^2.0.0"
45+
"tar": "^6.1.11"
4746
}
4847
}

0 commit comments

Comments
 (0)