We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06be4c commit 9763102Copy full SHA for 9763102
parse-todo-of-stacked-rebase/validator.ts
@@ -1,7 +1,7 @@
1
/* eslint-disable @typescript-eslint/consistent-type-assertions */
2
/* eslint-disable indent */
3
4
-import { assert } from "console";
+import assert from "assert";
5
import { bullets, joinWith, tick } from "nice-comment";
6
import { Termination } from "../util/error";
7
0 commit comments