Skip to content

Commit

Permalink
chore: remove boilerplate we do not want to use
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed Apr 7, 2023
1 parent eb3feb5 commit 3d3ff15
Show file tree
Hide file tree
Showing 28 changed files with 7 additions and 549 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import("eslint").Linter.Config} */
const config = {
root: true,
extends: ["@acme/eslint-config"], // uses the config in `packages/config/eslint`
extends: ["@blobscan/eslint-config"], // uses the config in `packages/config/eslint`
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: "latest",
Expand Down
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
- name: Install deps (with cache)
run: pnpm install

# Normally, this would be done as part of the turbo pipeline - however since the Expo app doesn't depend on `@acme/db` it doesn't care.
# TODO: Free for all to find a better solution here.
- name: Generate Prisma Client
run: pnpm turbo db:generate

Expand Down
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ node-linker=hoisted
# In order to cache Prisma correctly
public-hoist-pattern[]=*prisma*

# FIXME: @prisma/client is required by the @acme/auth,
# FIXME: @prisma/client is required by the @blobscan/auth,
# but we don't want it installed there since it's already
# installed in the @acme/db package
# installed in the @blobscan/db package
strict-peer-dependencies=false

# Prevent pnpm from adding the "workspace:"" prefix to local
Expand Down
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"bradlc.vscode-tailwindcss",
"Prisma.prisma"
]
}
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@ It uses [Turborepo](https://turborepo.org/) and contains:
.vscode
└─ Recommended extensions and settings for VSCode users
apps
├─ expo
| ├─ Expo SDK 48
| ├─ React Native using React 18
| ├─ Navigation using Expo Router
| ├─ Tailwind using Nativewind
| └─ Typesafe API calls using tRPC
└─ next.js
├─ Next.js 13
├─ React 18
├─ Tailwind CSS
└─ E2E Typesafe API Server & Client
packages
├─ api
Expand Down
4 changes: 0 additions & 4 deletions apps/expo/.expo-shared/assets.json

This file was deleted.

38 changes: 0 additions & 38 deletions apps/expo/app.config.ts

This file was deleted.

Binary file removed apps/expo/assets/icon.png
Binary file not shown.
13 changes: 0 additions & 13 deletions apps/expo/babel.config.js

This file was deleted.

29 changes: 0 additions & 29 deletions apps/expo/eas.json

This file was deleted.

44 changes: 0 additions & 44 deletions apps/expo/expo-plugins/with-modify-gradle.js

This file was deleted.

10 changes: 0 additions & 10 deletions apps/expo/index.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions apps/expo/metro.config.js

This file was deleted.

52 changes: 0 additions & 52 deletions apps/expo/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions apps/expo/src/app/_layout.tsx

This file was deleted.

Loading

0 comments on commit 3d3ff15

Please sign in to comment.