@typescript-eslint/eslint-plugin 4.1.1
4.1.1 (2020-09-14)
Bug Fixes
- eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#2415) (7ca54c3)
- eslint-plugin: [no-implied-eval] handle the
Functiontype (#2435) (e1401dc) - eslint-plugin: [no-unused-vars] better handling for declared modules (#2553) (02d72d4), closes #2523
- eslint-plugin: [no-use-before-define] false positive for function type arguments (#2554) (189162d), closes #2527
- eslint-plugin: [prefer-function-type] handle
thisreturn (#2437) (7c6fcee) - eslint-plugin: [return-await] don't error for
in-try-catchif the return is in acatchwithout afinally(#2356) (efdd521) - types: artificial fix needed to trigger release (b577daf)
- types: artificial fix needed to trigger release (fc62ba8)