diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:14:01 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:14:01 +0300 |
commit | 99f00817e0c27f51699505eaeac1951776b42d73 (patch) | |
tree | 5dfb52c33c5e7785c5b6fffe0116a4f3f06336d4 /ROADMAP.md | |
parent | 621602e88b756b9c2e716ade5baea7f44cfc31b8 (diff) | |
download | eslint-config-99f00817e0c27f51699505eaeac1951776b42d73.tar.xz eslint-config-99f00817e0c27f51699505eaeac1951776b42d73.zip |
feat(typescript): no-extra-semi
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ - [X] "no-explicit-any" - [ ] "no-extra-non-null-assertion" - [ ] "no-extra-parens" -- [ ] "no-extra-semi" +- [X] "no-extra-semi" - [ ] "no-extraneous-class" - [ ] "no-floating-promises" - [ ] "no-for-in-array" |