vscode-tslint-vue
vscode-tslint-vue copied to clipboard
TSLint for Visual Studio Code and VueJS
Hello there, I have this problem, and understand how to fix it. Thanks for your help! ```node [Info - 22:52:16] Linter is running. [Info - 22:52:17] TSLint library loaded from:...
- Issue Type: `Bug` - Extension Name: `tslint-vue` - Extension Version: `1.5.6` - OS Version: `Windows_NT x64 10.0.17134` - VSCode version: `1.30.1` :warning: We have written the needed data into...
Microsoft released a preview for a new tslint plugin. The main difference is that the new one uses their language server. This allows for better performance and rules that check...
When a .vue template is missing the the ts-line-vue has false positive warnings  expected behavior is no warnings in that case, like here 
My team use js and ts together, but we can't got warning on vue-js file, but eslint can. is this plugin possible to lint with js? thanks!
This extension has been broken for a while now for me both in `.vue` and `.ts` files. Linting with webpack using `ForkTsCheckerWebpackPlugin` works fine as well as the `vscode-tslint`-extension for...
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)  
It may be conflicting with `tslint` extension. 
I have this option in the `tslint.json` file: ```typescript "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"], ``` I have this vue file: ```typescript export default { methods: { sayHello(string: string) { return...
This appears in the output console as soon as I start up VSCode: ``` [Info - 10:07:41 PM] Linter is running. [Info - 10:07:42 PM] TSLint library loaded from: c:\Development\elie\node_modules\tslint\lib\index.js...