diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:35:51 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:35:51 +0300 |
commit | 3467c5b216bd22a397355600f1a4f43311e9cc5f (patch) | |
tree | aebacdfef08ac261656d9f4784227a77b03362e6 /ROADMAP.md | |
parent | ca6f51b6658cb1dc0d0b4b069ffc0e444abb0db9 (diff) | |
download | eslint-config-3467c5b216bd22a397355600f1a4f43311e9cc5f.tar.xz eslint-config-3467c5b216bd22a397355600f1a4f43311e9cc5f.zip |
feat(unicorn): no-console-spaces
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
@@ -484,7 +484,7 @@ - [ ] "new-for-builtins" - [ ] "no-abusive-eslint-disable" - [ ] "no-array-instanceof" -- [ ] "no-console-spaces" +- [X] "no-console-spaces" - [ ] "no-fn-reference-in-iterator" - [ ] "no-for-loop" - [ ] "no-hex-escape" |