-
The linter should be moved to Typescript-eslint as TSLint will become deprecated this year: https://github.com/typescript-eslint/typescript-eslint
-
TSLint is being deprecated in favor of ESLint: https://github.com/typescript-eslint/typescript-eslint#what-about-tslint.
We should move to using ESLint instead.
-
`dtslint` uses `tslint@5.14.0`, while the current version is `tslint@6.1.1`
It includes, for example, fixes for interfaceName rule: https://github.com/palantir/tslint/pull/4655
Because `dtslint…
-
I'm using this starter kit as the beginning point for a new project I'm working on. After ejecting, I was curious to see that ESLint and TSLint are working together. Is there a specific reason for tha…
-
Hi,
it's possible to run/implement flags into tslint-staged?
I'm getting warning: `Warning: The 'deprecation' rule requires type information.`, what means that I need to define type via `--proje…
-
##### Description
The generated TS code disables only specific tslint rules:
/* tslint:disable:no-unused-variable member-ordering */
Some other generated files do not disable any tslint rules…
-
Hi,
a couple of days ago TS 2.0 is gone public and there is some new syntax that is not recognized by the current version of the linter.
For example "readonly" keyword and "null" type keyword are not …
-
Are there tslint rules specific to inversify to catch common runtime errors at development time? Like if a class consturctor is used as an indentifier in the bind function then it should be annotated …
-
ghost updated
4 years ago
-
This set of rules is really great and I would love to create a port for TSLint. But before starting I would like to check if there is maybe already somebody working on this, also would like to contrib…