|
Publish tip-of-master so we can make the following changes generally available:
- do not warn about camelcase for methods prefixed with UNSAFE_ (i.e. deprecated react lifecycle methods)
- do not warn about multiple empty lines. Now you can physically separate logically separate blocks!
- do not warn about multiple JSX expressions on a single line. Now you can write <Foo /> <Bar /> instead of
- bump eslint-plugin-import to 2.22.1 to resolve
STRIPES-722
Closed
, ESLint barfs on ∞ in a transitive dependency.
|