style: enforce buildifier lint on CI (#28186)

PR Close #28186
This commit is contained in:
Wassim Chegham
2019-01-16 10:19:01 +01:00
committed by Ben Lesh
parent dc335194ab
commit ce68b4d839
129 changed files with 333 additions and 302 deletions

View File

@ -4,9 +4,9 @@ ls_rollup_bundle(
name = "language-service",
entry_point = "packages/language-service/index.js",
globals = {
"typescript": "ts",
"path": "path",
"fs": "fs",
"path": "path",
"typescript": "ts",
},
license_banner = "banner.js.txt",
visibility = ["//packages/language-service:__pkg__"],