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.
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.
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 |