Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !8978

Support ESLint 7.x

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/MichaelDeBoey/eslint-7 into master May 09, 2020
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 4

Created by: MichaelDeBoey

ESLint v7.0.0 is released 🎉

devDependencies should be compatible with ESLint 7 too before we can merge this one:

  • eslint-plugin-flowtype (https://github.com/gajus/eslint-plugin-flowtype/issues/446)
    • https://github.com/gajus/eslint-plugin-flowtype/pull/447
    • Release
  • eslint-plugin-import (https://github.com/benmosher/eslint-plugin-import/issues/1772)
    • https://github.com/benmosher/eslint-plugin-import/pull/1715
    • https://github.com/benmosher/eslint-plugin-import/commit/6a110dd16a7fd775f08601054bf14ffd503eea7b
    • Release
  • eslint-plugin-jsx-a11y (https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/683)
    • https://github.com/evcohen/eslint-plugin-jsx-a11y/pull/684
    • Release
  • eslint-plugin-react
    • https://github.com/yannickcr/eslint-plugin-react/pull/2635
    • Release
  • eslint-plugin-react-hooks (https://github.com/facebook/react/issues/18876)
    • https://github.com/facebook/react/pull/18878
    • https://github.com/facebook/react/pull/18897
    • Release

BREAKING CHANGE: Requires Node@^10.12.x || 12.x BREAKING CHANGE: Requires ESLint@^7.x

Closes #8977 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/MichaelDeBoey/eslint-7