Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 19, 2024
1 parent 42032ae commit aee4ff0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export { FsFileWrapper, Path } from "./src/path.ts";
/** @deprecated Import `Path` instead. */
const PathRef = Path;
// bug in deno: https://github.com/denoland/deno_lint/pull/1262
// deno-lint-ignore verbatim-module-syntax
export { PathRef };
export {
CommandBuilder,
Expand Down
1 change: 0 additions & 1 deletion src/console/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ const logger = {
logAboveStaticText,
};

// deno-lint-ignore verbatim-module-syntax -- Bug https://github.com/denoland/deno_lint/pull/1262
export { logger };

0 comments on commit aee4ff0

Please sign in to comment.