We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c013e8 commit 52406d3Copy full SHA for 52406d3
packages/common/src/scopeSupportFacets/xml.ts
@@ -1,8 +1,7 @@
1
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
2
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
3
4
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
5
-const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
+const { supported, notApplicable } = ScopeSupportFacetLevel;
6
7
export const xmlScopeSupport: LanguageScopeSupportFacetMap = {
8
"comment.block": supported,
0 commit comments