lint-formatter
v2.0.0
Published
Linting formatter with support for multiple linters
Downloads
4
Readme
Lint Formatter
Formatter for linter output with support for multiple linters. Format all your different linter outputs in the same consistent way to improve readability and findability.
Installation
Install the package via npm:
# NPM
npm install --save-dev lint-formatter
Supply the correct function to the linter, see the support table for links to documentation for specific loaders and plugins.
Support
The following linters are supported. Feel free to submit a PR if you have fixes or want to add support for another linter.
Linter | Exported key | Documentation
:--------------------- | :----------- | :-------------------
ESLint | .eslint
| eslint-loader
Stylelint | .stylelint
| stylelint-webpack-plugin
, stylelint-bare-webpack-plugin