aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:49:40 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:49:40 +0300
commite914d9f80e3bdde324a0c62cb144739be57c394f (patch)
treee338b6914f7716cd0af31ac7ef02cac8209e732e /ROADMAP.md
parent877c5f7ad13849f8b069f1edc862eb83afb5b683 (diff)
downloadeslint-config-e914d9f80e3bdde324a0c62cb144739be57c394f.tar.xz
eslint-config-e914d9f80e3bdde324a0c62cb144739be57c394f.zip
feat(eslint): Rule "no-undefined"
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 ee03e01..59371bc 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -195,7 +195,7 @@
- [ ] "no-trailing-spaces"
- [ ] "no-undef"
- [ ] "no-undef-init"
-- [ ] "no-undefined"
+- [X] "no-undefined"
- [X] "no-underscore-dangle"
- [ ] "no-unexpected-multiline"
- [ ] "no-unmodified-loop-condition"