Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
docs(formatters): Update stylish example (#4095)
Browse files Browse the repository at this point in the history
#1738 added support rule severity but forgot to update the example for the stylish formatter.
  • Loading branch information
eps1lon authored and giladgray committed Aug 8, 2018
1 parent 7f1a7c5 commit 9b7574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatters/stylishFormatter.ts
Expand Up @@ -33,7 +33,7 @@ export class Formatter extends AbstractFormatter {
Its readability is enhanced through spacing and colouring.`,
sample: Utils.dedent`
myFile.ts
1:14 semicolon Missing semicolon`,
Error: 1:14 semicolon Missing semicolon`,
consumer: "human",
};
/* tslint:enable:object-literal-sort-keys */
Expand Down

0 comments on commit 9b7574b

Please sign in to comment.