blob: 2536aa20ecc01e5fca26d6ad17f5c1011cb90bc9 [file] [log] [blame] [edit]
package(default_visibility = ["//visibility:public"])
# To load eslint rules from a directory, we must pass a directory
# name to it. We can't get the directory name in bazel, but we can calculate
# using a file from this directory. We are using README.md for it.
exports_files(["README.md"])
filegroup(
name = "eslint-rules-srcs",
srcs = glob(["**/*.js"]),
)