diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 13:53:13 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 13:53:13 +0300 |
commit | d78f3002afe41f0f6581b29fa759d6b8a07d897c (patch) | |
tree | 77b3617b5bcc8afc9d9a7a1c0a032293261e0cd8 /ROADMAP.md | |
parent | c6f02605aab661be2c68c23aeacbcdcad368f9ed (diff) | |
download | eslint-config-d78f3002afe41f0f6581b29fa759d6b8a07d897c.tar.xz eslint-config-d78f3002afe41f0f6581b29fa759d6b8a07d897c.zip |
feat(eslint): Rule "prefer-reflect"
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
@@ -240,7 +240,7 @@ - [ ] "prefer-numeric-literals" - [ ] "prefer-object-spread" - [ ] "prefer-promise-reject-errors" -- [ ] "prefer-reflect" +- [X] "prefer-reflect" - [ ] "prefer-regex-literals" - [ ] "prefer-rest-params" - [ ] "prefer-spread" |