Fix typescript tslint plugin
tslint-language-service is the deprecated version which we don't actually even have listed in the package.json. typescript-tslint-plugin is the new version.
This commit is contained in:
parent
91deaece47
commit
4887078423
|
@ -14,7 +14,7 @@
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "tslint-language-service"
|
"name": "typescript-tslint-plugin"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|
Loading…
Reference in New Issue