We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0261f82 commit f9360a4Copy full SHA for f9360a4
javascript/node/selenium-webdriver/BUILD.bazel
@@ -190,13 +190,13 @@ eslint_bin.eslint_test(
190
chdir = package_name(),
191
data = SRC_FILES + [
192
":eslint-config",
193
+ ":node_modules/@eslint/js",
194
+ ":node_modules/eslint-plugin-mocha",
195
":node_modules/eslint-plugin-no-only-tests",
196
":node_modules/eslint-plugin-prettier",
197
+ ":node_modules/globals",
198
":node_modules/jszip",
199
":node_modules/mocha",
- ":node_modules/globals",
- ":node_modules/eslint-plugin-mocha",
- ":node_modules/@eslint/js",
200
":node_modules/tmp",
201
":node_modules/ws",
202
":package-json",
0 commit comments