aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:47:32 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:47:32 +0300
commit877c5f7ad13849f8b069f1edc862eb83afb5b683 (patch)
treef133eeb8c45b09fad6b2b2a88f2ac15952a261a4 /ROADMAP.md
parent228ce628a4058603e40917e46404fe985cc65b3c (diff)
downloadeslint-config-877c5f7ad13849f8b069f1edc862eb83afb5b683.tar.xz
eslint-config-877c5f7ad13849f8b069f1edc862eb83afb5b683.zip
feat(eslint): Rule "no-underscore-dangle"
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 de2aba2..ee03e01 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -196,7 +196,7 @@
- [ ] "no-undef"
- [ ] "no-undef-init"
- [ ] "no-undefined"
-- [ ] "no-underscore-dangle"
+- [X] "no-underscore-dangle"
- [ ] "no-unexpected-multiline"
- [ ] "no-unmodified-loop-condition"
- [ ] "no-unneeded-ternary"