@zendeskgarden/eslint-config
Advanced tools
Changelog
6.0.0 (2018-06-11)
upgrade eslint peer dependency from 4.18.x
to 5.x
.
set parserOptions: { jsx: true }
add max-classes-per-file
configured to error if there is more than one
add prefer-object-spread
configured to warn when Object.assign
is called using an object literal as the first argument
<a name="5.0.2"></a>
Changelog
5.0.0 (2018-03-14)
@zendeskgarden/eslint-config
. See the README for installation/upgrade details.<a name="4.1.0"></a>