diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 01:22:52 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 01:22:52 +0300 |
commit | 77985e07d0ba6a8274454c1a1d59a7a521d18177 (patch) | |
tree | e5b90353c58f83f1b170f485c4bfbbe3cd0e04d5 /ROADMAP.md | |
parent | 4553037062717bbbc6f41e9229cfb6d78a7e039e (diff) | |
download | eslint-config-77985e07d0ba6a8274454c1a1d59a7a521d18177.tar.xz eslint-config-77985e07d0ba6a8274454c1a1d59a7a521d18177.zip |
feat(typescript): Rule "no-useless-constructor"
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
@@ -385,7 +385,7 @@ - [X] "no-unused-vars" - [X] "no-unused-vars-experimental" - [ ] "no-use-before-define" -- [ ] "no-useless-constructor" +- [X] "no-useless-constructor" - [ ] "no-var-requires" - [ ] "prefer-as-const" - [ ] "prefer-for-of" |