Skip to content

Commit 04aa814

Browse files
committed
remove eslint comments
1 parent d0a8280 commit 04aa814

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ typings/
122122
# Optional npm cache directory
123123
.npm
124124

125-
# Optional eslint cache
126-
.eslintcache
127-
128125
# Optional REPL history
129126
.node_repl_history
130127

test/line/blank.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable no-irregular-whitespace */
21
import { describe, it } from "node:test";
32
import { parse } from "../../src/index.ts";
43

test/line/bullet.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ describe("bullet", () => {
1919
});
2020

2121
it("Tab indent", ({ assert }) => {
22-
// eslint-disable-next-line no-tabs
2322
assert.snapshot(parse(" Tab", { hasTitle: false }));
2423
});
2524

test/table/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable no-tabs, no-irregular-whitespace */
21
import { describe, it } from "node:test";
32
import { parse } from "../../src/index.ts";
43

0 commit comments

Comments
 (0)