aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 00:24:26 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 00:24:26 +0300
commit5bd92b74f29032bedfc350a17f663f220d45461a (patch)
treec0085065b85ca44e08d22bc506796f2a292179ad /ROADMAP.md
parent0db2687006c75d9665b6706572e97523b073b4f8 (diff)
downloadeslint-config-5bd92b74f29032bedfc350a17f663f220d45461a.tar.xz
eslint-config-5bd92b74f29032bedfc350a17f663f220d45461a.zip
feat(eslint): Rule "dot-notation"
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 e0102ae..214dcda 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -30,7 +30,7 @@
- [ ] "default-case-last"
- [ ] "default-param-last"
- [ ] "dot-location"
-- [ ] "dot-notation"
+- [X] "dot-notation"
- [X] "eol-last"
- [X] "eqeqeq"
- [ ] "for-direction"