Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 22, 2024
1 parent 31a7b25 commit 5ab6a7a
Show file tree
Hide file tree
Showing 16 changed files with 127 additions and 513 deletions.
2 changes: 0 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ This TurboRepo comprises the following packages/examples, all written in [TypeSc
- `@example/remix`: a Remix app
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo
- `@repo/jest-presets`: Jest presets for unit testing
- `@repo/logger`: A configurable shared logger utility
- `@repo/shared`: An internal library of components utilized by the examples
- `react18-loaders`: a React component library (The core package published to NPM)

Expand Down
3 changes: 1 addition & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "next start"
},
"dependencies": {
"@repo/logger": "workspace:*",
"@repo/shared": "workspace:*",
"next": "^14.2.4",
"nextjs-darkmode": "^1.0.3",
Expand All @@ -30,4 +29,4 @@
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
}
}
}
1 change: 0 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.8",
Expand Down
3 changes: 0 additions & 3 deletions packages/config-eslint/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ module.exports = {
overrides: [
{
files: ["**/__tests__/**/*"],
env: {
jest: true,
},
},
],
ignorePatterns: [".*.js", "node_modules/", "dist/"],
Expand Down
14 changes: 0 additions & 14 deletions packages/jest-presets/browser/jest-preset.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/jest-presets/node/jest-preset.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/jest-presets/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/logger/.eslintrc.js

This file was deleted.

30 changes: 0 additions & 30 deletions packages/logger/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/logger/src/__tests__/log.test.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/logger/src/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/logger/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/logger/tsup.config.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/logger/turbo.json

This file was deleted.

3 changes: 1 addition & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.8",
Expand Down Expand Up @@ -56,4 +55,4 @@
"optional": true
}
}
}
}
Loading

0 comments on commit 5ab6a7a

Please sign in to comment.