|
22 | 22 | "scripts": {
|
23 | 23 | "test": "jest",
|
24 | 24 | "typescript": "tsc --noEmit -p . --pretty",
|
25 |
| - "lint": "eslint \"**/*.{js,ts,tsx}\"", |
| 25 | + "lint": "eslint \"./**/*.{js,ts,tsx}\"", |
26 | 26 | "example": "yarn --cwd example",
|
27 | 27 | "bootstrap": "yarn example && yarn",
|
28 | 28 | "format": "npm-run-all format:*",
|
29 |
| - "format:js": "prettier --write '**/*.js'", |
30 |
| - "format:json": "prettier --write '**/*.json'", |
31 |
| - "format:md": "prettier --write '**/*.md'", |
32 |
| - "format:ts": "prettier --write '**/*.ts{,x}'", |
| 29 | + "format:js": "prettier --write \"./**/*.js\"", |
| 30 | + "format:json": "prettier --write \"./**/*.json\"", |
| 31 | + "format:md": "prettier --write \"./**/*.md\"", |
| 32 | + "format:ts": "prettier --write \"./**/*.ts{,x}\"", |
33 | 33 | "hack": "rimraf node_modules/@types/react-native/node_modules/@types",
|
34 | 34 | "patch": "patch-package",
|
35 | 35 | "prepare": "npm-run-all patch hack",
|
|
0 commit comments