build: update buildifier to latest (#24296)
this matches the version in ngcontainer:0.3.1 PR Close #24296
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("//tools:defaults.bzl", "npm_package")
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library", "ts_config")
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_config", "ts_library")
|
||||
|
||||
ts_config(
|
||||
name = "tsconfig",
|
||||
|
@ -1,6 +1,6 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("//tools:defaults.bzl", "ts_library", "ng_package")
|
||||
load("//tools:defaults.bzl", "ng_package", "ts_library")
|
||||
|
||||
ts_library(
|
||||
name = "fake_core",
|
||||
|
Reference in New Issue
Block a user