-
npm run lint got:
> [17:40:08] tslint: .../node_modules/ng-socket-io/socket-io.service.ts, line: 57
> Expected indentation of 18 spaces but found 20.
> L56: if (this.subscribersCo…
-
It would be useful to have the expect tslint rule published independently, so it can be used in tslint projects. https://github.com/palantir/tslint/issues/2114
Would this be difficult to do, or is …
-
TSLint is officially deprecated and the way to go is ESLint.
https://github.com/palantir/tslint/issues/4534
-
### max-file-line-count
- [`test/support/ecsDataCallback.test.ts:508`](https://github.com/atomist/sdm-pack-ecs/blob/4a79c870a491eae7a17dcfed3046a3e50bdefaa7/test/support/ecsDataCallback.test.ts#L508)…
-
I would like to have a tslint.json file like this:
``` json
{
"extends": "tslint:recommended",
"rules": {
"quotemark": [ true, "single", "avoid-escape" ]
}
}
```
But I find things in tslin…
-
I use this seed quite often and always have to remove the:
"directive-selector-prefix": [true, **"my"**],
"component-selector-prefix": [true, **"my"**],
"pipe-naming": [true, "camelCase", **"my"**]
…
-
I attempted to use the extension in [one project](https://github.com/Sebazzz/financial-app/tree/b81ba0f7b1f6a5099c6f04640e0e2bac3c2fdb86) of mine.
tslint is installed locally in the only project of…
-
Per TypeScript's official move to supporting ESLint, I believe this library should migrate as well.
I haven't had a chance to look at the source code for dtslint yet. If a maintainer believes this…
-
The TypeScript project has announced that they're [shifting focus to eslint from tslint](https://eslint.org/blog/2019/01/future-typescript-eslint)
Is there any chance you can look into switching to…
-
Please update TSLint
`npm WARN tslint-consistent-codestyle@1.16.0 requires a peer of tslint@^5.0.0 but none is installed. You must install peer dependencies yourself.`