Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 577 Bytes

index.md

File metadata and controls

18 lines (11 loc) · 577 Bytes

List of official formatters

The current supported formatters are:

  • json does a JSON.stringify() of the results. Output is not user friendly:

Example output for the json formatter

  • stylish prints the results in table format indicating the resource, line, and column:

Example output for the stylish formatter

  • codeframe shows also the code where the error was found if: Will show the piece of code where the error was found (if applicable):

Example output for the codeframe formatter