DEV Community

Discussion on: Maximum line length in your code

Collapse
 
nutondev profile image
nuton.dev

We use 120 in our tslint, but there are files where we use tslint overrides - for example ngrx/store selectors sometimes get longish names, and when wrapped, they actually ruin code readability and optical consistency.