Skip to content

Commit c062981

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 7b7b309 commit c062981

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

bun.lock

Lines changed: 15 additions & 6 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
@@ -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": "node ../prettier-pretty-check/index.js \"**/*.{css,html,java,js,mjs,ts}\" --plugin=prettier-plugin-java",
22+
"prettier": "prettier-pretty-check \"**/*.{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,6 +42,7 @@
4242
"rimraf": "^6.1.0",
4343
"semver": "^7.3.7",
4444
"swiftlint": "^2.0.0",
45-
"tar": "^6.1.11"
45+
"tar": "^6.1.11",
46+
"prettier-pretty-check": "^0.2.0"
4647
}
4748
}

0 commit comments

Comments
 (0)