diff --git a/packages/common/src/scopeSupportFacets/shellscript.ts b/packages/common/src/scopeSupportFacets/shellscript.ts index 59cd692ec9..d92261456a 100644 --- a/packages/common/src/scopeSupportFacets/shellscript.ts +++ b/packages/common/src/scopeSupportFacets/shellscript.ts @@ -1,9 +1,7 @@ /* eslint-disable @typescript-eslint/naming-convention */ -import { - LanguageScopeSupportFacetMap, - ScopeSupportFacetLevel, -} from "./scopeSupportFacets.types"; +import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types"; +import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types"; const { supported } = ScopeSupportFacetLevel;