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

Update eslint-config-standard and switch from -jsx to -react #1465

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Update eslint-config-standard and switch from -jsx to -react #1465

merged 1 commit into from
Sep 24, 2019

Commits on Sep 9, 2019

  1. Update eslint-config-standard and switch from -jsx to -react

    Updates the ESLint standardjs presets to latest, and switches from
    `eslint-config-standard-jsx` to `eslint-config-standard-react`, since
    the latter is a superset of the former and required for full React
    support.
    
    The new configs set the React version and plugins for us, so we no
    longer need to set them ourselves.
    
    Fixes #1449 and fixes #1450.
    edmorley committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    ba69030 View commit details
    Browse the repository at this point in the history