-
VSCode and tslint-loader don't support tslint type-check yet. When they are we should enable type-check everywhere.
-
The `typeCheck` option makes builds extremely slow because the `Program` is [recreated](https://github.com/wbuchwalter/tslint-loader/blob/v3.5.3/index.js#L63-L67) for each file.
gulp-tslint solves …
-
### 手順
開発環境を整えることが本章の目的です。
まず、今回勉強するコードのベースとなるファイル群をgitから持ってきます。次にgitの醍醐味である`package.json`の設定をします。このpackage.jsonを基盤に、開発に必要となる初期モジュールを導入していきます。
> `package.json`パッケージの依存関係を記述したjsonファイルになります。
>このファイル…
-
See my comment
https://github.com/panuhorsmalahti/gulp-tslint/commit/da6024a09b6d96d1b12079e47eeadde6e6c72681#commitcomment-19122737
the paths are different between TS and gulp input srcs.
See how T…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Cannot install tslint globally. This could be a problem with my setup, but the logs don't provide e…
-
Hello there,
I am currently in the process of migrating a project from Ionic 6 and Angular 7.2 to Ionic 7 and Angular 16.2. I'm encountering the same issue as described in #417. When attempting to bu…
-
Here are my package.json file:
{
"name": "angular-quickstart",
"version": "1.0.0",
"scripts": {
"lite": "lite-server",
"postinstall": "typings install",
"tsc": "tsc",
"…
-
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
-
https://github.com/groupe-sii/sonar-web-frontend-plugin/tree/sonar-4.5.x/sonar-web-frontend-typescript/src/main/resources/rules/tslint
@Pablissimo please show me example how add html description in c…
-
Is it possible to also have the warnings output to a json file? That way SonarQube plugins could pick it up without rerunning tslint.
I expect it may be difficult to get both outputs, the one that ms…