This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
9.1.0
Changes
- (mocha) When using the
mocha
environment preset,max-nested-callbacks
now allows up to 6 nested callbacks - (react) The
react/forbid-dom-props
is now enabled and prevents you from using plain DOM nodes with eitherid
orstyle
props (React components are not affected by this rule)