Skip to content

Commit 12ad364

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 1d4c887 commit 12ad364

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/common/src/scopeSupportFacets/haskell.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* eslint-disable @typescript-eslint/naming-convention */
22

3-
import {
4-
LanguageScopeSupportFacetMap,
5-
ScopeSupportFacetLevel,
6-
} from "./scopeSupportFacets.types";
3+
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
4+
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
75

86
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
97

0 commit comments

Comments
 (0)