Skip to content

Commit

Permalink
fix: lint, expo-local-auth dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dcposch committed Aug 11, 2023
1 parent 1d4ec2a commit 5d32ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/daimo-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"run:ios": "expo run:ios",
"test": "tsc --noEmit && jest",
"lint": "npm run lint:deps && npm run lint:style",
"lint:deps": "ts-unused-exports ./tsconfig.json --excludePathsFromReport=gen '--ignoreFiles=.*.config.ts' && npx depcheck --ignores @expo/ngrok,@types/jest,expo-dev-client,expo-splash-screen,expo-build-properties,@babel/core,babel-plugin-transform-inline-environment-variables",
"lint:deps": "ts-unused-exports ./tsconfig.json --excludePathsFromReport=gen '--ignoreFiles=.*.config.ts' && npx depcheck --ignores @expo/ngrok,@types/jest,expo-dev-client,expo-splash-screen,expo-build-properties,expo-local-authentication,@babel/core,babel-plugin-transform-inline-environment-variables",
"lint:style": "eslint . --max-warnings=0",
"fix:deps": "expo install --fix",
"fix:style": "eslint --fix .",
Expand Down

0 comments on commit 5d32ac3

Please sign in to comment.