MrHen

Results 3 issues of MrHen

After doing some refactoring I ended up with the following: ``` const mapStateToProps = (state, props) => { return { foo: state.foo, bar: state.bar, // missing from propTypes }; };...

help wanted

[](https://oss.issuehunt.io/r/sindresorhus/eslint-plugin-unicorn/issues/314) There is a superior pattern for class field declarations that can declutter constructors (often making them totally unnecessary.) The feature is still considered experimental but it works out of...

help wanted
:dollar: Funded on Issuehunt
new rule

Follow up from https://github.com/avajs/eslint-plugin-ava/pull/258. For next major release, convert the `max-asserts` rule option to an object such as `{ max: 5 }` and update the schema to use `default`.