summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-01-24 14:00:43 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-01-24 15:39:22 +0100
commitda37cb098dd7df4c8662ae8afc1acae5f7567775 (patch)
treee0c049aef3662c547965f95fddafa43098a93833
parent766c5ca749a30c9b8c34d7b2c8f5f4a66e27ecdf (diff)
Format bazel files using buildifier
Release-Notes: skip Change-Id: I852f359c30f8f8713074f75f293a6d54856af9a2
-rw-r--r--tools/js/BUILD5
-rw-r--r--tools/js/eslint.bzl2
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/js/BUILD b/tools/js/BUILD
index 1a272e238f..bb9f618e59 100644
--- a/tools/js/BUILD
+++ b/tools/js/BUILD
@@ -1 +1,4 @@
-exports_files(["run_npm_binary.py", "eslint-chdir.js"])
+exports_files([
+ "run_npm_binary.py",
+ "eslint-chdir.js",
+])
diff --git a/tools/js/eslint.bzl b/tools/js/eslint.bzl
index b32e2bc918..ad605e74ca 100644
--- a/tools/js/eslint.bzl
+++ b/tools/js/eslint.bzl
@@ -87,7 +87,7 @@ def eslint(name, plugins, srcs, config, ignore, extensions = [".js"], data = [])
"*_test_require_patch.js",
"--ignore-pattern",
"*_test_loader.js",
- "./", # Relative to the config file location
+ "./", # Relative to the config file location
],
# Should not run sandboxed.
tags = [