@culturehq/eslint-config
Advanced tools
Changelog
[4.0.0] - 2019-08-27
require-atomic-updates
rule.eslint-config-airbnb
dependency and added the rules directly in.react
configuration so that it can be optionally included.Changelog
[3.1.0] - 2019-08-19
function-call-argument-newline
eslint 6.2 rule.Changelog
[2.2.0] - 2019-08-09
import/no-unused-modules
rule because it currently is difficult to configure and turn off tests.Changelog
[2.0.0] - 2019-06-24
eslint 6
.react/jsx-curly-newline
.react/jsx-props-no-spreading
rule.Changelog
[1.2.1] - 2019-05-30
react/state-in-constructor
rule. That rule is silly.Changelog
[1.2.0] - 2019-05-28
import/no-unused-modules
, react/jsx-filename-extension
, react/jsx-props-no-spreading
, react/prefer-read-only-props
, react/state-in-constructor
, and react/static-property-placement
.Changelog
[1.1.0] - 2019-03-29
no-useless-catch
, prefer-named-capture-group
, filenames/match-regex
, jsx-a11y/control-has-associated-label
, import/no-named-export
, and react/jsx-fragments
.act
function in react
16.8 tests (e.g., act(() => void fireEvent.click(getByTestId("some-id")));
). So disabling the no-void
rule.