Skip to content

Commit 813549c

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 e7059f9 commit 813549c

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
@@ -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": "prettier \"**/*.{css,html,java,js,mjs,ts}\" --plugin=prettier-plugin-java",
22+
"prettier": "prettylint \"**/*.{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+
"prettylint": "^2.0.0"
4647
}
4748
}

0 commit comments

Comments
 (0)