Skip to content

v1.3.0

Compare
Choose a tag to compare
@victorfsf victorfsf released this 08 Nov 12:07
· 44 commits to master since this release
109448c

Changelog

ESLint changes

  • Added React's lifecycle methods to exceptMethods option from class-methods-use-this.

Plugin: Babel

  • Added option ignoreDestructuring: true to babel/camelcase.
  • Added options capIsNew: false, newIsCap: true to babel/new-cap.

Plugin: Import

  • Added '**/__stories__/**' to devDependencies option from import/no-extraneous-dependencies.

Plugin: Jest

  • Disabled jest/prefer-inline-snapshots.

Plugin: React

  • Changed allowAllCaps to true on react/jsx-pascal-case.
  • Disabled react/require-default-props.