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
  • !3723

Updating ESlint to ^4.15.0 and adding new rules to config

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/chrislaughlin/eslint-4-10-x-update into next Jan 09, 2018
  • Overview 10
  • Commits 11
  • Pipelines 0
  • Changes 2

Created by: chrislaughlin

Fixes #3341 (closed)

I have updated the eslint dependency to 4.15.0 and enabled some non-controversial rules.

The newest rules added since the previous version 4.4.x are below, rules starred have been enabled:

  • getter-return *
  • function-paren-newline
  • lines-between-class-members
  • multiline-comment-style
  • implicit-arrow-linebreak

This has not affected any code and no fixes have been needed. Let me know if anything else is needed or more/less rules should be enabled. Thanks

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/chrislaughlin/eslint-4-10-x-update