From 556f81ccfd47b0242e2ae70f8eaa188f14376960 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 11:55:55 +0400 Subject: feat(eslint): Rule "no-buffer-constructor" Signed-off-by: Valentin Popov --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index 345dc02..35a4b93 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -82,7 +82,7 @@ - [ ] "no-async-promise-executor" - [ ] "no-await-in-loop" - [ ] "no-bitwise" -- [ ] "no-buffer-constructor" +- [X] "no-buffer-constructor" - [X] "no-caller" - [ ] "no-case-declarations" - [X] "no-catch-shadow" @@ -154,7 +154,7 @@ - [ ] "no-new" - [X] "no-new-func" - [ ] "no-new-object" -- [ ] "no-new-require" +- [X] "no-new-require" - [ ] "no-new-symbol" - [X] "no-new-wrappers" - [ ] "no-obj-calls" -- cgit v1.2.3