Skip to content

Commit ab6faa9

Browse files
committed
chore: add format script to package.json
1 parent e238d9f commit ab6faa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"open:ios": "cd example; npm run open:ios",
2424
"codegen:ios": "rm -rf ios/generated; node node_modules/react-native/scripts/generate-codegen-artifacts.js -p . -t ios -s library",
2525
"lint": "eslint .",
26+
"format": "prettier --write src/",
2627
"check": "tsc --noEmit",
2728
"spec": "NODE_OPTIONS=--experimental-require-module jest",
2829
"test": "npm run lint && npm run check && npm run spec",

0 commit comments

Comments
 (0)