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

Update dependencies; add some new rules #9

Merged
merged 1 commit into from
Oct 23, 2019
Merged

Update dependencies; add some new rules #9

merged 1 commit into from
Oct 23, 2019

Commits on Oct 23, 2019

  1. Update dependencies; add some new rules

    This does a few things:
    * Updates dependencies, including some major version bumps (eslint,
      @typescript-eslint)
    * Add eslint-plugin-react-hooks for React hook lint rules
    * Add eslint-plugin-jsx-a11y, which create-react-app also uses. Only
      a few rules enabled for now, but we should aim to get to at least the
      same configuration as create-react-app.
    * Make config dependencies non-peer dependencies, since it's now
      possible with eslint 6.
    * Add dev dependencies and a lint script to this repo to make it easier to test
      the validity of the configuration.
    
    Tested configuration against Web Register and Monocle. Some new issues,
    but pretty valid ones.
    edsrzf committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    0725b24 View commit details
    Browse the repository at this point in the history