-
I have an Angular 8 project that was created with Angular CLI and using it in WebStorm. WebStorm reports all TsLint warnings and errors.
I run this and enable all rules
````
ng add ngrx-tslint-r…
-
## Version **5.8.0** of [tslint](https://github.com/palantir/tslint) was just published.
Branch
Build failing 🚨
Dependency
tslint…
-
## Version **5.2.0** of [tslint](https://github.com/palantir/tslint) just got published.
Branch
Build failing 🚨
Dependency
tslint…
-
## The devDependency [tslint-config-prettier](https://github.com/prettier/tslint-config-prettier) was updated from `1.15.0` to `1.16.0`.
🚨 [View failing branch](https://github.com/simon360/class-ref…
-
## The devDependency [tslint-config-prettier](https://github.com/prettier/tslint-config-prettier) was updated from `1.15.0` to `1.16.0`.
🚨 [View failing branch](https://github.com/NXMIX/tokenize-ans…
-
Enabling the `fix` option for the plugin with `webpack-dev-server`'s watch mode seems to cause `tslint` to fix the issues one-by-one-ish while webpack compiles everything after each change. This is pa…
ljani updated
6 years ago
-
TSLint has been deprecated in favor of ESLint. We should migrate all the typescript packages located [here](https://github.com/GoogleContainerTools/kpt-functions-sdk/tree/master/ts) over to eslint. Fo…
-
## Version **1.7.0** of [tslint-config-prettier](https://github.com/alexjoverm/tslint-config-prettier) was just published.
Branch
Build failing 🚨
…
-
### What happens if I use ".prettierrc" file
**PROBLEM**
Some of the rules configured by` tslint.json` are not working. One such example is below
```js
/* tslint.json */
"rules": {
"quotem…
-
I installed grunt-tslint and tslint-path-formatter in my grunt build today, and I get this warning (and it stops processing)
Warning: Property 'line' of object # is not a function
If I turn off the …