Skip to content

Commit d344c68

Browse files
committed
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.
1 parent b0bfdbc commit d344c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"importHelpers": true,
1515
"plugins": [
1616
{
17-
"name": "tslint-language-service"
17+
"name": "typescript-tslint-plugin"
1818
}
1919
],
2020
"paths": {

0 commit comments

Comments
 (0)