-
Tslint is deprecated and we should migrate to eslint. V5 did not include eslint as it was too slow, but now we are seeing errors when running tslint... possibly not working.
-
# User Story
**Als Entwickler** möchte ich ein einheitliches Code-Formatting in Java und TypeScript sicherstellen, damit es zu keinen signifikanten Merge-Konflikten aufgrund unterschiedlicher Code-St…
-
# Issue
TSLint is (unfortunately) no longer maintained and framework linting should be migrated to ESLint.
This was done four years ago in [this PR](https://github.com/FoalTS/foal/pull/561) for …
-
![image](https://github.com/user-attachments/assets/d1a97dbb-7a6c-4300-a5f2-654aa3d3c1a3)
-
Win10, fresh node install
# Bug Report 🐛
```bash
> npm install @remotion/astro-example --save-exact
(node:11632) ExperimentalWarning: CommonJS module C:\Program Files\nodejs\node_modules\npm\node_mod…
-
https://github.com/palantir/tslint-react
-
Is it possible to combine tslint and tslint.report calls?so there is alway only one pipe call to do tslint or tslint + report.
Current settings:
```
gulp.src("input.ts")
.pipe(tslint())
…
-
ESLintをいい感じに引き継ぎたい
-
Both projects should use eslint + prettier
j-hha updated
9 hours ago
-
TSLint was deprecated years ago: https://github.com/palantir/tslint/issues/4534. Let's move to ESLint!