Skip to content

Commit 92e746f

Browse files
committed
disable no-unused-vars err for one line bc yes, I know they're unused, that's the point actually, it's a work in progress!!!
1 parent 2861cb9 commit 92e746f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/scopeSupportFacets/gdscript.ts

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

4+
//eslint-disable-next-line no-unused-vars
45
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
56

67
export const gdscriptScopeSupport: LanguageScopeSupportFacetMap = {

0 commit comments

Comments
 (0)