Update editorServices.ts

Fix lint
This commit is contained in:
Ryan Cavanaugh
2017-11-17 16:12:42 -08:00
committed by GitHub
parent 805f191a57
commit 574ceccf0a

View File

@@ -156,8 +156,8 @@ namespace ts.server {
types: ["office"] // @types package to fetch instead
},
"References": {
"match": /^(.*\/_references\.js)$/i,
"exclude": [["^", 1, "$"]]
match: /^(.*\/_references\.js)$/i,
exclude: [["^", 1, "$"]]
}
};