aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:18:16 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:18:16 +0300
commitcefbe49db91a5c6a9ebac32efc77dc226662d38a (patch)
tree1b1f7c481e03028eace6315ff28bcb4e0f388cdd /ROADMAP.md
parent53aa29b89a118069299ad2dd1d88df9698e2fe9a (diff)
downloadeslint-config-cefbe49db91a5c6a9ebac32efc77dc226662d38a.tar.xz
eslint-config-cefbe49db91a5c6a9ebac32efc77dc226662d38a.zip
feat(eslint): Rule "no-empty"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 4eb18a3..1e6ec8a 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -106,7 +106,7 @@
- [ ] "no-duplicate-case"
- [ ] "no-duplicate-imports"
- [ ] "no-else-return"
-- [ ] "no-empty"
+- [X] "no-empty"
- [ ] "no-empty-character-class"
- [ ] "no-empty-function"
- [ ] "no-empty-pattern"