vscode-tslint-vue icon indicating copy to clipboard operation
vscode-tslint-vue copied to clipboard

TSLint for Visual Studio Code and VueJS

Results 13 vscode-tslint-vue issues
Sort by recently updated
recently updated
newest added
trafficstars

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 ![grafik](https://user-images.githubusercontent.com/136992/39431270-77c1f4ba-4c90-11e8-83ea-c563ee7d46aa.png) expected behavior is no warnings in that case, like here ![grafik](https://user-images.githubusercontent.com/136992/39431384-d8bbb706-4c90-11e8-936d-f5f38dab570f.png)

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) ![error](https://i.imgur.com/OiSjuuM.png) ![good](https://i.imgur.com/EnSxzRq.png)

It may be conflicting with `tslint` extension. ![image](https://user-images.githubusercontent.com/11827786/43238227-e565c8a2-90bf-11e8-8698-1d8c0c873eb5.png)

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...