Skip to content

Commit 6896f1a

Browse files
committed
chore: remove unused eslint-disable directives
1 parent 07ed3f1 commit 6896f1a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/utilities/ast/src/construction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-empty-object-type */
21
import type { TSESTree } from "@typescript-eslint/types";
32
import type { Option as O } from "effect";
43
import { Data } from "effect";

packages/utilities/ast/src/get-nested-call-expressions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
import type { TSESTree } from "@typescript-eslint/types";
32

43
import { NodeType } from "./types";

packages/utilities/ast/src/get-nested-return-statements.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
import type { TSESTree } from "@typescript-eslint/types";
32

43
import { NodeType } from "./types";

0 commit comments

Comments
 (0)