Skip to content

Commit 52406d3

Browse files
Clean up
1 parent 2c013e8 commit 52406d3

File tree

1 file changed

+1
-2
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+1
-2
lines changed

packages/common/src/scopeSupportFacets/xml.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
22
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
33

4-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
5-
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
4+
const { supported, notApplicable } = ScopeSupportFacetLevel;
65

76
export const xmlScopeSupport: LanguageScopeSupportFacetMap = {
87
"comment.block": supported,

0 commit comments

Comments
 (0)