-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: follow-up to remove the other eslint_test in next.js example (#…
…374) I just missed this in the previous PR.
- Loading branch information
Showing
14 changed files
with
59,004 additions
and
55,170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
"Root BUILD file for all frontend examples" | ||
|
||
load("@npm//:defs.bzl", "npm_link_all_packages") | ||
load("@npm//:eslint/package_json.bzl", eslint_bin = "bin") | ||
|
||
package(default_visibility = ["//:__subpackages__"]) | ||
|
||
# Create the root of the "virtual store" of npm dependencies under bazel-out. | ||
# This must be done in the package where the pnpm workspace is rooted. | ||
npm_link_all_packages(name = "node_modules") | ||
|
||
eslint_bin.eslint_binary(name = "eslint") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.