31.6.0 (2021-01-31)
Bug Fixes
require-returns
,require-yields
: support more AST checking (6fd8a07)require-yields
: avoid checking nested generators (as with functions) (b9058e4)return-yields
,return-yields-check
: allow generator detection on exported; handle more AST types; fixes #682 (4e768aa)
Features
require-returns-check
: addexemptAsync
option (0ed24c0)