-
tslint is now deprecated.
We need to use eslint - https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/README.md
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Replace current Tslint config with eslint:
https://github.com/typescript-eslint/typescript-eslint
-
Since TSLint is being migrated in favor of ESLint, the sooner we make the switch the better.
## Useful Links:
- https://github.com/typescript-eslint/tslint-to-eslint-config
- https://dev.to/co…
-
version: 3.0.0-alpha.12
```rust
#[napi]
pub enum Event {
Hello,
Greeting { name: String },
Birthday { name: String, age: u8 },
}
```
will genterate
```ts
/* tslint:disable */
/* es…
-
When ESLint has feature parity with TSLint, TNS should migrate completely to ESLint with a breaking version change.
Additionally, documentation should be added to help people migrate from TSLint to…
-
This issue has been created to continue discussion opened at pull request #55, which tried to fix issue #53 .
In order to keep master branch clean all changes from PR #55 were moved into new `dev` …
-
Hello, just reporting a small issue I have.
This is a part of my TSLint config:
```
{
"linterOptions": {
"exclude": [
"node_modules",
"target",
"src/ui/client/**/*"…
-
@Pablissimo.
My Sonar Job is success but tslint is not viewable in SonarQube
Analysis Properties:
sonar.projectKey=sonar:Member2DevWeb
sonar.projectName=MyRetirement_member2_dev/member
sonar.pr…