Skip to content

Commit 7272b41

Browse files
fix: lint
1 parent b2da875 commit 7272b41

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/rules/no-unnecessary-arbitrary-value.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import * as Parser from "@typescript-eslint/parser";
22
import { RuleTester, TestCaseError } from "@typescript-eslint/rule-tester";
33

44
import { joinListElements } from "../utils/list-formatter";
5-
import {
6-
emptySettings,
7-
withAllPresetsSettings,
8-
} from "../utils/parser/test-helpers";
5+
import { withAllPresetsSettings } from "../utils/parser/test-helpers";
96
import {
107
type MessageIds,
118
noUnnecessaryArbitraryValue,

0 commit comments

Comments
 (0)