We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fcc1a commit 42341feCopy full SHA for 42341fe
1 file changed
packages/react-native-gesture-handler/package.json
@@ -10,7 +10,7 @@
10
"ts-check": "yarn tsc --noEmit",
11
"format-js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
12
"format:js": "prettier --write --list-different './src/**/*.{js,jsx,ts,tsx}'",
13
- "format:android": "node ./scripts/format-android.js",
+ "format:android": "node ../../scripts/format-android.js",
14
"format:apple": "find apple/ -iname *.h -o -iname *.m -o -iname *.cpp -o -iname *.mm | xargs clang-format -i",
15
"lint-js": "eslint --ext '.js,.ts,.tsx' src/ && yarn prettier --check './src/**/*.{js,jsx,ts,tsx}'",
16
"lint:js": "eslint --ext '.js,.ts,.tsx' src/ && yarn prettier --check './src/**/*.{js,jsx,ts,tsx}'",
0 commit comments