Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit b9bbc5e

Browse files
committed
build(tsconfig): remove configFile field for tslint-language-service
This caused the plugin to _not_ pick up the config correctly
1 parent 1eab19f commit b9bbc5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"noErrorTruncation": true,
2323
"plugins": [
2424
{
25-
"name": "tslint-language-service",
26-
"configFile": "./tslint.json"
25+
"name": "tslint-language-service"
2726
}
2827
]
2928
},

0 commit comments

Comments
 (0)