Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency eslint-loader to v3 #1455

Merged
merged 3 commits into from Sep 2, 2019
Merged

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    537db9f View commit details
    Browse the repository at this point in the history
  2. eslint: Remove custom handling of named formatters

    Since eslint-loader now natively supports being passed a `formatter` that
    is the name of an in-built ESLint formatter (rather than only supporting
    a full filepath to that formatter), so @neutrinojs/eslint does not need
    to handle this case itself.
    edmorley committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    2b084d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. airbnb: Fix inconsistent eslint-plugin-react-hooks version

    Due to the landings of #1447 and #1453 racing with each other.
    edmorley committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    aa1a4f1 View commit details
    Browse the repository at this point in the history