-
### 🚀 Feature Request
Handle [tslint-eslint-rules](https://github.com/buzinas/tslint-eslint-rules) when converting to directly put them in the `rules` of the config.
#### Existing Behavior
…
-
When running `yarn install`, I got a message about TSLint being deprecated in favor of ESLint (and a link to [this issue](https://github.com/palantir/tslint/issues/4534)).
We may be able to just us…
-
This repo includes a `no-unexternalizedstrings` rule: https://github.com/Microsoft/tslint-microsoft-contrib, plus many others.
-
-
## Use Case
TSLint has been [deprecated as of 2019](https://palantir.github.io/tslint/).
## Proposal
All usage of TSLint should be replaced with [TypeScript ESLint](https://typescript-eslint.…
cseas updated
2 years ago
-
I have this `tslint.json`:
```json
{
"rules": {
"semicolon": [true, "always"],
"no-consecutive-blank-lines": true
}
}
```
And this code in `example.ts`:
```typescript
if (true)
…
-
-
-
@krzkaczor I would like to know your thoughts on switching from TSLint to ESLint due to the [planned depreciation](https://github.com/palantir/tslint/issues/4534).
-
In Angular 16, [angular-eslint contains some new rules and breaking changes](https://github.com/angular-eslint/angular-eslint/blob/main/CHANGELOG.md#1600-2023-05-03). We will need to publish an update…