Closed
Description
The first round of issues I found while testing v4 beta:
- problem A:
await-async-utils
doesn't report the right node name
- problem B:
prefer-find-by
is reporting an incorrect message
- problem C:
no-await-sync-query
reports an error when a parent is awaited (related to [v4][no-await-sync-query] False positives on appearance/disappearance examples #304 )
- problem D:
no-wait-for-multiple-assertions
should display the error on each assertion other than the first one instead of a single error onwaitFor
- problem E:
no-wait-for-side-effects
should display the error on each side effect instead of a single error onwaitFor
problem F: ESLintthis is actually fine, it seems a warning due to installing it throughpeerDependency
seems set incorrectlyresolutions
and ESLint being a sub-dependency ofreact-scripts