Make tslint.json jsonc language

Fixes #78821
This commit is contained in:
Daniel Imms 2019-08-09 11:11:54 -07:00
parent ce8cd89e00
commit d2ed5fb5e5

View file

@ -50,7 +50,8 @@
".babelrc",
".jsonc",
".eslintrc",
".eslintrc.json"
".eslintrc.json",
"tslint.json"
],
"configuration": "./language-configuration.json"
}
@ -74,4 +75,4 @@
}
]
}
}
}