summaryrefslogtreecommitdiff
path: root/std/path/posix.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/posix.ts')
-rw-r--r--std/path/posix.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/path/posix.ts b/std/path/posix.ts
index d2845f3da..7682ec788 100644
--- a/std/path/posix.ts
+++ b/std/path/posix.ts
@@ -334,7 +334,6 @@ export function extname(path: string): string {
}
export function format(pathObject: FormatInputPathObject): string {
- /* eslint-disable max-len */
if (pathObject === null || typeof pathObject !== "object") {
throw new TypeError(
`The "pathObject" argument must be of type Object. Received type ${typeof pathObject}`,