Skip to content

Commit 574cecc

Browse files
Update editorServices.ts
Fix lint
1 parent 805f191 commit 574cecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/editorServices.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ namespace ts.server {
156156
types: ["office"] // @types package to fetch instead
157157
},
158158
"References": {
159-
"match": /^(.*\/_references\.js)$/i,
160-
"exclude": [["^", 1, "$"]]
159+
match: /^(.*\/_references\.js)$/i,
160+
exclude: [["^", 1, "$"]]
161161
}
162162
};
163163

0 commit comments

Comments
 (0)