Skip to content

Commit f9360a4

Browse files
committed
[JS] Update code format
1 parent 0261f82 commit f9360a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,13 @@ eslint_bin.eslint_test(
190190
chdir = package_name(),
191191
data = SRC_FILES + [
192192
":eslint-config",
193+
":node_modules/@eslint/js",
194+
":node_modules/eslint-plugin-mocha",
193195
":node_modules/eslint-plugin-no-only-tests",
194196
":node_modules/eslint-plugin-prettier",
197+
":node_modules/globals",
195198
":node_modules/jszip",
196199
":node_modules/mocha",
197-
":node_modules/globals",
198-
":node_modules/eslint-plugin-mocha",
199-
":node_modules/@eslint/js",
200200
":node_modules/tmp",
201201
":node_modules/ws",
202202
":package-json",

0 commit comments

Comments
 (0)