aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:42:08 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:42:18 +0300
commit228ce628a4058603e40917e46404fe985cc65b3c (patch)
tree4d40e238bb74819c06069272e70fd486bc9c3075 /ROADMAP.md
parent7ecc10853dac4302e2fffb29df4c24d095075343 (diff)
downloadeslint-config-228ce628a4058603e40917e46404fe985cc65b3c.tar.xz
eslint-config-228ce628a4058603e40917e46404fe985cc65b3c.zip
feat(eslint): Rule "no-extra-semi"
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 95e798a..de2aba2 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -118,7 +118,7 @@
- [ ] "no-extra-boolean-cast"
- [ ] "no-extra-label"
- [ ] "no-extra-parens"
-- [ ] "no-extra-semi"
+- [X] "no-extra-semi"
- [ ] "no-fallthrough"
- [ ] "no-floating-decimal"
- [ ] "no-func-assign"