Skip to content

Commit 0bddf6e

Browse files
authored
Remove root eslintrc from basic example. (#8423)
### Description Some small examples fixes: - `basic` to line up with best practices - `with-berry` because the lockfile somehow got broken?
1 parent b37b9c6 commit 0bddf6e

File tree

4 files changed

+11
-29
lines changed

4 files changed

+11
-29
lines changed

examples/basic/.eslintrc.js

-10
This file was deleted.

examples/basic/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"format": "prettier --write \"**/*.{ts,tsx,md}\""
99
},
1010
"devDependencies": {
11-
"@repo/eslint-config": "workspace:*",
12-
"@repo/typescript-config": "workspace:*",
1311
"prettier": "^3.2.5",
1412
"turbo": "^2.0.3",
1513
"typescript": "^5.4.5"

examples/basic/pnpm-lock.yaml

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/with-berry/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -4424,17 +4424,6 @@ __metadata:
44244424
languageName: node
44254425
linkType: hard
44264426

4427-
"root-workspace-0b6124@workspace:.":
4428-
version: 0.0.0-use.local
4429-
resolution: "root-workspace-0b6124@workspace:."
4430-
dependencies:
4431-
eslint: 8.57.0
4432-
eslint-config-custom: "*"
4433-
prettier: ^3.2.5
4434-
turbo: ^2.0.3
4435-
languageName: unknown
4436-
linkType: soft
4437-
44384427
"run-applescript@npm:^5.0.0":
44394428
version: 5.0.0
44404429
resolution: "run-applescript@npm:5.0.0"
@@ -5295,6 +5284,17 @@ __metadata:
52955284
languageName: node
52965285
linkType: hard
52975286

5287+
"with-berry@workspace:.":
5288+
version: 0.0.0-use.local
5289+
resolution: "with-berry@workspace:."
5290+
dependencies:
5291+
eslint: 8.57.0
5292+
eslint-config-custom: "*"
5293+
prettier: ^3.2.5
5294+
turbo: ^2.0.3
5295+
languageName: unknown
5296+
linkType: soft
5297+
52985298
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
52995299
version: 7.0.0
53005300
resolution: "wrap-ansi@npm:7.0.0"

0 commit comments

Comments
 (0)