From bdb1aa037fbba13eff334bd6639fb8b1935e9eda Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 14:50:22 +0400 Subject: feat(eslint): Rule "no-catch-shadow" Signed-off-by: Valentin Popov --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index 1d72b25..d025770 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -85,7 +85,7 @@ - [ ] "no-buffer-constructor" - [ ] "no-caller" - [ ] "no-case-declarations" -- [ ] "no-catch-shadow" +- [X] "no-catch-shadow" - [ ] "no-class-assign" - [ ] "no-compare-neg-zero" - [ ] "no-cond-assign" -- cgit v1.2.3