Skip to content

Commit 1708929

Browse files
committed
Add lint-staged config
1 parent 96de4ea commit 1708929

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.lintstagedrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"**/*.{ts,tsx}": "yarn format:js",
3+
"packages/react-native-gesture-handler/android/**/*.kt": "yarn format:android",
4+
"packages/react-native-gesture-handler/apple/**/*.{h,m,mm,cpp}": "yarn format:apple",
5+
"packages/react-native-gesture-handler/src/specs/*.ts": "yarn sync-architectures"
6+
}

0 commit comments

Comments
 (0)