Skip to content

Commit 8cbb250

Browse files
committed
prettier
1 parent 481040e commit 8cbb250

File tree

1 file changed

+6
-6
lines changed
  • packages/common/src/scopeSupportFacets

1 file changed

+6
-6
lines changed

packages/common/src/scopeSupportFacets/r.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
44
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
55

66
export const rScopeSupport: LanguageScopeSupportFacetMap = {
7-
"anonymousFunction": supported,
7+
anonymousFunction: supported,
88
"argument.actual": supported,
99
"argument.formal": supported,
1010
"argumentList.formal": supported,
1111
"argument.actual.iteration": supported,
1212
"argument.formal.iteration": supported,
1313
"comment.line": supported,
14-
"functionCall": supported,
15-
"functionCallee": supported,
16-
"functionName": supported,
17-
"ifStatement": supported,
14+
functionCall: supported,
15+
functionCallee: supported,
16+
functionName: supported,
17+
ifStatement: supported,
1818
"name.assignment": supported,
1919
"name.variable": supported,
20-
"namedFunction": supported,
20+
namedFunction: supported,
2121
"value.assignment": supported,
2222
"value.variable": supported,
2323

0 commit comments

Comments
 (0)