style: enforce buildifier lint rules (#29019)

PR Close #29019
This commit is contained in:
Wassim Chegham
2019-02-28 01:12:05 +01:00
committed by Igor Minar
parent b06847f43d
commit 9226b421e8
32 changed files with 41 additions and 54 deletions

View File

@ -6,7 +6,7 @@ package(default_visibility = ["//modules/playground:__subpackages__"])
ng_module(
name = "zippy_component",
srcs = glob(["**/*.ts"]),
assets = glob(["app/zippy.html"]),
assets = ["app/zippy.html"],
tsconfig = "//modules/playground:tsconfig-build.json",
# TODO: FW-1004 Type checking is currently not complete.
type_check = False,