diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 21:56:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 21:56:47 +0300 |
commit | d7fea402cf940e27be3f01ceeef1c8135ac43fb7 (patch) | |
tree | 091813b9e096c3f29b31d5b6ad9f5897c961bfee /ROADMAP.md | |
parent | f49a9ddf6694d1542171c4ce8bd4ea153493319a (diff) | |
download | eslint-config-d7fea402cf940e27be3f01ceeef1c8135ac43fb7.tar.xz eslint-config-d7fea402cf940e27be3f01ceeef1c8135ac43fb7.zip |
feat(typescript): Rule "strict-boolean-expressions"
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
@@ -406,7 +406,7 @@ - [ ] "return-await" - [X] "semi" - [ ] "space-before-function-paren" -- [ ] "strict-boolean-expressions" +- [X] "strict-boolean-expressions" - [ ] "switch-exhaustiveness-check" - [ ] "triple-slash-reference" - [ ] "type-annotation-spacing" |