Skip to content

v6.0.0

Compare
Choose a tag to compare
@IanVS IanVS released this 01 Aug 21:00

New Features

This release adds three new flags: --no-interactive, --format, and --multi.

The flags --no-interactive and --format are intended to be used in a CI environment or any other time that you do not want the interactive menu to be shown. Instead, errors will be shown in whatever format you specify. The --format flag has no effect if --no-interactive is not also set.

Together with the --rule flag, this can be useful if you are in the middle of a large cleanup and would like to prevent new linting errors that you've already fixed from being re-introduced.

The --multi flag will allow the selection of multiple rules at one time in the interactive rule chooser.

Breaking changes

  • Requires node 8 or higher due to upgrades of internal dependencies.