Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)