-
The guide tells to "Make sure you have a tslint.json file next to sonar-project.properties, or specify its path using the sonar.ts.tslintconfigpath setting". Where do I find or get that file from? I'm…
-
I am not sure, if this issue belongs here or rather in [vscode-tslint](https://github.com/Microsoft/vscode-tslint), but is there any way to add support for linting typescript script blocks (``) in sin…
timeu updated
4 years ago
-
I'm not sure if I've configured something incorrectly or if vscode is just struggling but I can't manage to get vscode to lint properly through the tslint-language-service.
tsconfig.json
```json …
-
At first thanks for your sample, it is very helpfull.
https://github.com/angelozerr/tslint-language-service is a plugin for tslint. We have done like your sample to import tsserverlibrary:
`impo…
-
Ever since I started using create-react-app for my Typescript projects, I've noticed that I have to disable quite a few impossible linting rules that make life very hard for a newcomer to this project…
-
I am using nativscript-twilio-video 1.0.0 , below is ,my package.json
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN ",
"readme": "NativeScript Application",
"rep…
-
**I want to request a feature.**
We use [tslint-sonarts](https://www.npmjs.com/package/tslint-sonarts) on the project before we check it with Sonar. When there is an issue we won't fix, we disable th…
-
The TypeScript project has announced that they're [shifting focus to eslint from tslint](https://eslint.org/blog/2019/01/future-typescript-eslint)
Is there any chance you can look into switching to…
-
export module MyApp {
/*
Contains a couple of methods that our test class will call, and
some awful code that will cause tslint to flag a couple of basic
issues
…
-
In order to get tslint working I have had to set the path directly to the javascript file for the CLI
It looks like it maybe should call tslint as an executable on windows using the .cmd wrapper in…
ghost updated
7 years ago