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

v6.4 🍄

Compare
Choose a tag to compare
@sergeysova sergeysova released this 05 Apr 21:57
· 23 commits to master since this release
v6.4.0
bcabe03

Features

  • aeb9102 set peerDep eslint: 4.19.*
  • 53b59d3 upgrade eslint-plugin-import

Javascript

  • 3f16135 add rules about spacing in objects and object patterns
  • bfb58f2 disable vars-on-top because no-vars: error
  • 77dad87 add import/no-cycle: error
  • 5f93d72 add import/no-self-import: error
  • fedb7c1 add import/no-default-export: error
  • 0d9e457 add import/no-absolute-path: error

React

  • e702169 add react/jsx-max-depth
  • d4ce070 add react/forbid-foreign-prop-types: warn
  • 63ed38a add react/no-access-state-in-setstate: warn

Chore

  • 9817435 make all versions equal main version

Test