mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(NA): use internal pkg_npm on @kbn/eslint-plugin-eslint (#120940)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
181b9e0271
commit
6c0f7be164
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
load("@build_bazel_rules_nodejs//:index.bzl", "js_library", "pkg_npm")
|
||||
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
|
||||
load("//src/dev/bazel:index.bzl", "pkg_npm")
|
||||
|
||||
PKG_BASE_NAME = "kbn-eslint-plugin-eslint"
|
||||
PKG_REQUIRE_NAME = "@kbn/eslint-plugin-eslint"
|
||||
|
@ -28,7 +29,7 @@ NPM_MODULE_EXTRA_FILES = [
|
|||
"README.md",
|
||||
]
|
||||
|
||||
DEPS = [
|
||||
RUNTIME_DEPS = [
|
||||
"@npm//@babel/eslint-parser",
|
||||
"@npm//dedent",
|
||||
"@npm//eslint",
|
||||
|
@ -41,7 +42,7 @@ js_library(
|
|||
srcs = NPM_MODULE_EXTRA_FILES + [
|
||||
":srcs",
|
||||
],
|
||||
deps = DEPS,
|
||||
deps = RUNTIME_DEPS,
|
||||
package_name = PKG_REQUIRE_NAME,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue