Skip to content

Commit 4a509a2

Browse files
committed
update scripts
1 parent 5d0f90c commit 4a509a2

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"clean:folders": "rm -rf ios && rm -rf android",
1818
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
1919
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
20-
"lint": "eslint . --ext .ts,.tsx",
20+
"lint": "eslint",
2121
"test": "pnpm jest",
22-
"lint:fix": "pnpm lint --fix",
22+
"lint:fix": "eslint",
2323
"type:check": "tsc",
2424
"preinstall": "npx only-allow pnpm"
2525
},
@@ -61,8 +61,7 @@
6161
"babel-plugin-transform-remove-console": "^6.9.4",
6262
"dotenv": "^16.4.5",
6363
"eslint": "^9.15.9",
64-
"eslint-config-prettier": "^9.1.0",
65-
"eslint-plugin-prettier": "^5.1.3",
64+
"eslint-plugin-prettier": "^5.5.4",
6665
"husky": "^9.0.11",
6766
"jest": "^29.7.0",
6867
"jest-expo": "^52.0.6",

pnpm-lock.yaml

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)