Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is difference between `ng lint --format=stylish` and `ng lint` in Angular

Tags:

angular

lint

I was going through ng lint command and also checked ng lint --help but I was unable to find any difference between ng lint --format=prose and ng lint --format=stylish . I could not find any documentation for the same.Please help me. Can anyone give link to proper documentation for the same.

like image 398
bro33 Avatar asked Oct 13 '25 11:10

bro33


1 Answers

In tslint, you have a few formats available.

Those formatters are used to format the output of tslint. Prose is the simple human-readable output, and stylish is another human readable output.

like image 160
Deblaton Jean-Philippe Avatar answered Oct 15 '25 18:10

Deblaton Jean-Philippe