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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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, "$"]]
}
};