feat(dev-infra): run buildifier formatting and linting via ng-dev (#36842)

In an effort to centralize formatting and linting enforcement into one
location, buildifier is being added as a formatter for ng-dev's format
command.  Allowing for format enforcement for all .bzl, .bazel, WORKSPACE
and BUILD files.

PR Close #36842
This commit is contained in:
Joey Perrott
2020-04-24 16:29:53 -07:00
committed by Alex Rickabaugh
parent 0f3831b105
commit 2cb5f59acc
11 changed files with 354 additions and 110 deletions
+1
View File
@@ -9,6 +9,7 @@
"ts-circular-deps": "./ts-circular-dependencies/index.js"
},
"peerDependencies": {
"@bazel/buildifier": "<from-root>",
"chalk": "<from-root>",
"clang-format": "<from-root>",
"cli-progress": "<from-root>",