Is it possible to just disable just the max-line-length warning you get from the tsLint but not using: // tslint:disable-next-line:max-line-length. Is there a way this can be turned off permanently. Not the linter just that feature.
In your tslint.json file, you can change the max-line-length property to the following:
max-line-length: [false]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With