Skip to content

Commit 04f9ffe

Browse files
authored
Update readme.md
1 parent dfdb0dd commit 04f9ffe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eslint-formatter-vso [![GitHub Actions](https://github.com/EngageSoftware/eslint-formatter-azure-devops/actions/workflows/node.js.yml/badge.svg)](https://github.com/EngageSoftware/eslint-formatter-azure-devops/actions) [![npm](https://img.shields.io/npm/v/eslint-formatter-azure-devops.svg)](https://www.npmjs.com/package/eslint-formatter-azure-devops) [![npm](https://img.shields.io/npm/l/eslint-formatter-azure-devops.svg)](/license)
1+
# eslint-formatter-azure-devops [![GitHub Actions](https://github.com/EngageSoftware/eslint-formatter-azure-devops/actions/workflows/node.js.yml/badge.svg)](https://github.com/EngageSoftware/eslint-formatter-azure-devops/actions) [![npm](https://img.shields.io/npm/v/eslint-formatter-azure-devops.svg)](https://www.npmjs.com/package/eslint-formatter-azure-devops) [![npm](https://img.shields.io/npm/l/eslint-formatter-azure-devops.svg)](/license)
22

33
> An [ESLint](http://eslint.org) formatter for [Azure DevOps](https://azure.microsoft.com/en-us/products/devops/) and [Azure DevOps Server](https://azure.microsoft.com/en-us/products/devops/server/)
44
@@ -12,3 +12,13 @@ If you would like for the status of the task to be marked as _partially succeede
1212
## License
1313

1414
MIT © [Engage Software](https://engagesoftware.com)
15+
16+
## Examples
17+
18+
### ESLint CLI
19+
20+
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.
21+
22+
```pwsh
23+
eslint --format eslint-formatter-azure-devops src/
24+
```

0 commit comments

Comments
 (0)