aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 15:11:30 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 15:11:30 +0300
commit86f818d0b61805ca042724110317386e8923ef9a (patch)
tree53d8b27dc0e55073880e73879975631c6b550ba6 /ROADMAP.md
parent9cd13f4b4187e9f06e2cece6c94e097feae4d61e (diff)
downloadeslint-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 3efef27..10dea49 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -274,7 +274,7 @@
- [ ] "unicode-bom"
- [ ] "use-isnan"
- [X] "valid-jsdoc"
-- [ ] "valid-typeof"
+- [X] "valid-typeof"
- [ ] "vars-on-top"
- [ ] "wrap-iife"
- [ ] "wrap-regex"