Skip to content

Commit 90f3747

Browse files
authored
Add output example to readme.md
1 parent 04f9ffe commit 90f3747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ MIT © [Engage Software](https://engagesoftware.com)
2020
Pass [the `--format` or `-f` flag](https://eslint.org/docs/latest/user-guide/command-line-interface#-f---format) to indicate the formatter via the ESLint CLI.
2121

2222
```pwsh
23-
eslint --format eslint-formatter-azure-devops src/
23+
$> eslint --format eslint-formatter-azure-devops src/
24+
##vso[task.logissue type=error;sourcepath=D:\code\eslint-example\src\script.js;linenumber=9;columnnumber=1;code=null;]Parsing error: 'return' outside of function
2425
```

0 commit comments

Comments
 (0)