-
Over at https://github.com/analysis-tools-dev/static-analysis/pull/549 @rsoesemann started an interesting discussion about tools that support multiple languages. These tools sometimes show up very hig…
-
I am saving the file I want to format and the debug logs reacts with:
```
About to lint by:
Linter: "eslint"
Current Directory: "D:\Repositories\edge\Orion\Main\Source\Cloud\A…
-
Hi
I downloaded the extension, install it, configured it in VStudio to run on save:
![image](https://user-images.githubusercontent.com/10425170/122827061-c2344700-d298-11eb-87a2-e382ea77219c.png)
…
-
I'm trying to get this extension working with eslint and vue files. I have read through the other issue on this but my problem seems slightly different.
First of all your documentation seems wrong…
-
```
1) Configuration Service
Ensure same instance of settings return:
TypeError: Cannot read property 'get' of undefined
at Context. (d:\a\1\s\out\test\common\configuration\service.test…
-
I get the following output whenever it attempts to run. I've tried various values for the `Arguments` option (with quotes, without quotes, adding doubled backslashes after `{filePath}`, changing `"{fi…
-
Does Multilinter support Vue single file components? I can't get it to lint at all. Here is my config:
``` json
"eslint": {
"enabled": true,
"fileExtensions": "js,vue"
}
```
-
It looks like the .eslintignore file is not honoured. It works if I lint from my project root directory, which is also the directory my .eslintrc and .eslintignore files are located in.
Here is the…
-
### Installed product versions
- Visual Studio: 2019 Professional (16.3.7)
- This extension: 1.1.0
### Description
No error are shown in Visual Studio.
I have Visual Linter configured for *.t…
-
Currently `Linter` accepts a filename and file contents, then creates a `ts.CompilerHost` and `ts.Program` internally to get the `ts.SourceFile` objects. I'm integrating tslint into a build script tha…