eslint-formatter-multiple

v2.0.0
Format eslint results with multiple formatters
eslint eslint-formatter eslintformatter

eslint-formatter-multiple

A meta formatter for eslint that will output to multiple formats

Install

npm install --save-dev eslint-formatter-multiple

Usage

Update your package.json to have a new section:

  "eslint-formatter-multiple": {
    "formatters": [
      {
        "name": "stylish",
        "output": "console"
      },
      {
        "name": "checkstyle",
        "output": "file",
        "path": "eslint-checkstyle.xml"
      }
    ]
  }

Finally, add the --format eslint-formatter-multiple when calling the eslint command.

npm i eslint-formatter-multiple

Metadata

  • MIT
  • Whatever
  • Gavin Mogan
  • released 4/29/2022

Downloads

Maintainers