diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 15:11:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 15:11:30 +0300 |
commit | 86f818d0b61805ca042724110317386e8923ef9a (patch) | |
tree | 53d8b27dc0e55073880e73879975631c6b550ba6 /ROADMAP.md | |
parent | 9cd13f4b4187e9f06e2cece6c94e097feae4d61e (diff) | |
download | eslint-config-86f818d0b61805ca042724110317386e8923ef9a.tar.xz eslint-config-86f818d0b61805ca042724110317386e8923ef9a.zip |
feat(eslint): Rule "valid-typeof"
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
@@ -274,7 +274,7 @@ - [ ] "unicode-bom" - [ ] "use-isnan" - [X] "valid-jsdoc" -- [ ] "valid-typeof" +- [X] "valid-typeof" - [ ] "vars-on-top" - [ ] "wrap-iife" - [ ] "wrap-regex" |