Skip to content

Commit

Permalink
docs(formatters): Update stylish example
Browse files Browse the repository at this point in the history
palantir#1738 added support rule severity but forgot to update the example for the stylish formatter.
  • Loading branch information
eps1lon authored Aug 3, 2018
1 parent 788f64c commit d6de32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatters/stylishFormatter.ts
Original file line number Diff line number Diff line change
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 d6de32d

Please sign in to comment.