Skip to content

Commit

Permalink
Fix lint-staged (#3060)
Browse files Browse the repository at this point in the history
## Description

#3053 changed `format` script. However, I forgot to update `lint-staged` hook, which now fails on commit.

## Test plan

Try to commit changes in `obj-c` files.
  • Loading branch information
m-bert authored Aug 22, 2024
1 parent f9e9db7 commit cd5f7bb
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 @@ -114,7 +114,7 @@
"lint-staged": {
"./{src,example,FabricExample,MacOSExample}/**/*.{ts,tsx}": "yarn format:js",
"android/**/*.kt": "yarn format:android",
"apple/**/*.{h,m,mm,cpp}": "yarn format:ios",
"apple/**/*.{h,m,mm,cpp}": "yarn format:apple",
"src/specs/*.ts": "yarn sync-architectures"
},
"release-it": {
Expand Down

0 comments on commit cd5f7bb

Please sign in to comment.