Skip to content

Commit

Permalink
Remove root eslintrc from basic example. (#8423)
Browse files Browse the repository at this point in the history
### Description

Some small examples fixes:
- `basic` to line up with best practices
- `with-berry` because the lockfile somehow got broken?
  • Loading branch information
anthonyshew authored Jun 11, 2024
1 parent b37b9c6 commit 0bddf6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 29 deletions.
10 changes: 0 additions & 10 deletions examples/basic/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
Expand Down
6 changes: 0 additions & 6 deletions examples/basic/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions examples/with-berry/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4424,17 +4424,6 @@ __metadata:
languageName: node
linkType: hard

"root-workspace-0b6124@workspace:.":
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
eslint: 8.57.0
eslint-config-custom: "*"
prettier: ^3.2.5
turbo: ^2.0.3
languageName: unknown
linkType: soft

"run-applescript@npm:^5.0.0":
version: 5.0.0
resolution: "run-applescript@npm:5.0.0"
Expand Down Expand Up @@ -5295,6 +5284,17 @@ __metadata:
languageName: node
linkType: hard

"with-berry@workspace:.":
version: 0.0.0-use.local
resolution: "with-berry@workspace:."
dependencies:
eslint: 8.57.0
eslint-config-custom: "*"
prettier: ^3.2.5
turbo: ^2.0.3
languageName: unknown
linkType: soft

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version: 7.0.0
resolution: "wrap-ansi@npm:7.0.0"
Expand Down

0 comments on commit 0bddf6e

Please sign in to comment.