Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engagesoftware/eslint-formatter-azure-devops
An ESLint formatter for Visual Studio Team Services and Team Foundation Server
https://github.com/engagesoftware/eslint-formatter-azure-devops
eslint vsts
Last synced: 6 days ago
JSON representation
An ESLint formatter for Visual Studio Team Services and Team Foundation Server
- Host: GitHub
- URL: https://github.com/engagesoftware/eslint-formatter-azure-devops
- Owner: EngageSoftware
- License: mit
- Created: 2016-08-08T21:56:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T12:25:22.000Z (6 months ago)
- Last Synced: 2024-10-22T16:41:15.941Z (16 days ago)
- Topics: eslint, vsts
- Language: JavaScript
- Size: 521 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# 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)
> 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/)
You can reference the formatter [from the command line](https://eslint.org/docs/latest/user-guide/command-line-interface#-f---format),
via [the Node.js API](https://eslint.org/docs/latest/developer-guide/nodejs-api#-eslintloadformatternameorpath), or through your [task](https://www.npmjs.com/package/gulp-eslint-new) [runner](https://npmjs.org/package/grunt-eslint) [of](https://www.npmjs.org/package/broccoli-eslint) [choice](https://www.npmjs.com/package/eslint-webpack-plugin).### Log Partially Complete
If you would like for the status of the task to be marked as _partially succeeded_ if there are any warnings, set the environment variable `ESLINT_AZDO_LOG_TASK_COMPLETE` before running ESLint (as of version 1.2.0).
## License
MIT © [Engage Software](https://engagesoftware.com)