diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 15:46:47 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 15:46:47 +0300 |
commit | 443af8609fc463eede6d2c5d8398a239445fb87c (patch) | |
tree | 730c669fe5aa6dca50dac7270636e11669022d61 /ROADMAP.md | |
parent | 2529229c18cc9ef46f77759d92bf54639339735d (diff) | |
download | eslint-config-443af8609fc463eede6d2c5d8398a239445fb87c.tar.xz eslint-config-443af8609fc463eede6d2c5d8398a239445fb87c.zip |
feat(eslint): Rule "id-length"
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
@@ -47,7 +47,7 @@ - [ ] "guard-for-in" - [ ] "handle-callback-err" - [ ] "id-blacklist" -- [ ] "id-length" +- [X] "id-length" - [ ] "id-match" - [ ] "implicit-arrow-linebreak" - [X] "indent" |