You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I've the option "tslint.configFile": "custom-tslint.json", the plugin is not working but if I remove this option the plugin is working (with the default name)
The text was updated successfully, but these errors were encountered:
I have the same issue. The plugin is NOT reading the tslint.json file from the project; it is rather ALWAYS using the default config. Any file you specify in options as a config, tslint will try to read from the VSCODE INSTALLATION FOLDER, which is obviously wrong.
To make this plugin respect ANY of your rules, you always have to set the config path to an absolute path, eg: "tslint.configFile": "/Development/Workspace/My-Vue-Project/tslint.json".
If I've the option
"tslint.configFile": "custom-tslint.json",
the plugin is not working but if I remove this option the plugin is working (with the default name)The text was updated successfully, but these errors were encountered: