fixup! tools: update eslint to 9.9.1

actions/tools-update-eslint
Luigi Pinca 2024-09-01 16:04:51 +02:00
parent ebfeb0023d
commit b9f28c69ee
1 changed files with 0 additions and 2 deletions

View File

@ -834,8 +834,6 @@ function packageResolve(specifier, base, conditions) {
// Cross-platform root check.
} while (packageJSONPath.length !== lastPath.length);
// eslint can't handle the above code.
// eslint-disable-next-line no-unreachable
throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
}