Releases: webpack-contrib/stylelint-webpack-plugin
Releases · webpack-contrib/stylelint-webpack-plugin
v2.3.2
v2.3.0
v3.1.0
v3.0.1
v3.0.0
v2.2.2
v2.2.1
v2.2.0
Features
- Exclude (Specify the files and/or directories to exclude. Must be relative to options.context)
- Extensions (Specify extensions that should be checked)
- Output Report (Write the output of the errors to a file, for example a json file for use for reporting)
- Threads
Improvements
- Lint only changed files
- Small bug fixes
- Updates to emitError and emitWarning
- Use quiet to override emitError and emitWarning
- Quiet is essentially syntactic sugar for setting emitError to true and emitWarning to false