aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 10:55:55 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 10:55:55 +0300
commit556f81ccfd47b0242e2ae70f8eaa188f14376960 (patch)
treefae4cdae55047819a9653db2f85a04173a473b60 /ROADMAP.md
parent1178701bf134ab7ef783826e965ded3051fe6e74 (diff)
downloadeslint-config-556f81ccfd47b0242e2ae70f8eaa188f14376960.tar.xz
eslint-config-556f81ccfd47b0242e2ae70f8eaa188f14376960.zip
feat(eslint): Rule "no-buffer-constructor"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md4
1 files changed, 2 insertions, 2 deletions
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"