0.0.4 • Published 5 years ago

eslint-formatter-visualize v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-formatter-visualize

Easy to visualize and locate to your ESLint errors.

This formatter will collects the ESLint errors and display a chart in a browser tab, the tab will be opened in you favorite browser after the analysis is completed.

You could also click the sections in the chart to view the error locations, click those locations will automatically open them in VSCode.

Install

npm install --save-dev eslint-formatter-visualize

Usage

  • ESlint:

    eslint -f visualize src/
  • vue-cli-service

    vue-cli-service lint --format=visualize