Skip to content

Commit

Permalink
chore: remove java files from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pwespi committed May 4, 2024
1 parent ef47b42 commit a5c6710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:android": "cd android && ./gradlew clean lint && cd ..",
"fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- lint --fix --format ios",
"eslint": "eslint . --ext ts",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"prettier": "prettier \"**/*.{css,html,ts,js}\"",
"swiftlint": "node-swiftlint",
"docgen": "docgen --api BleClientInterface --output-readme README.md --output-json dist/docs.json",
"postdocgen": "prettier README.md --write",
Expand Down

0 comments on commit a5c6710

Please sign in to comment.