-
# 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)
-
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をいい感じに引き継ぎたい
-
TSLint was deprecated years ago: https://github.com/palantir/tslint/issues/4534. Let's move to ESLint!
-
project root `tslint.json` should take precedence over packaged `tslint.json` to change any rules you have to dig through node_modules and change the package `tslint.json`
Edit: even though the ed…
-
Suggestions to additional rules for consistency on our own code-base:
- [ ] Require Copyright header (https://palantir.github.io/tslint/rules/file-header/) according to our standard (same as for C#…
-
i would really appreciate if there is a way to ignore a paticular file or directory from tsLint