Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example of component

Best practices fo writing code

Suggestions for ESlint Rules

ESlint Rules (json)

  • key-spacing
  • padding-line-between-statements
  • comma-dangle
  • max-len
  • no-this-before-super
  • refer-destructuring
  • prefer-object-spread
  • jsx-quotes
  • prefer-const

...