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 7f875bb commit 3337a4cCopy full SHA for 3337a4c
package.json
@@ -13,7 +13,7 @@
13
"ios": "react-native run-ios",
14
"lint": "eslint --report-unused-disable-directives --cache source/ modules/ scripts/ images/",
15
"prepare": "patch -p0 -Nfsi contrib/*.patch || true",
16
- "pretty": "prettier --write '{source,modules,scripts,images,e2e}/**/*.{js,ts,tsx,json}' 'data/**/*.css' '{*,.*}.{yaml,yml,json,js,ts,tsx}'",
+ "pretty": "prettier --write '{source,modules,scripts,images,e2e}/**/*.{js,ts,tsx,json}' 'data/**/*.css' '{*,.*}.{yaml,yml,json,json5,js,ts,tsx}'",
17
"p": "pretty-quick",
18
"pods": "scripts/pods.sh",
19
"start": "react-native start",
0 commit comments