Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

v3.0.0

Choose a tag to compare

@ahmadnassri ahmadnassri released this 29 Jan 23:42

Bug Fixes

  • bin: option --ignore breaking CLI (29013275)
  • test: add node_modules to project's echint ignore (b868ca33)

Breaking Changes

  • ignore pattern list is not extended, the presence of
    one will override the previous, following this order:

  • Hard-coded DEFAULT_IGNORE_PATTERNS list.

  • ECHINT_IGNORE env var.

  • echint.ignore list inside package.json

  • --ignore/-i option(s)

    (579206e0)