Skip to content

v6.0.0-beta.0

Compare
Choose a tag to compare
@IanVS IanVS released this 03 Jan 18:29

This release adds two new flags: --no-interactive and --format. These 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.

Breaking changes

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