diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:39:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:39:03 +0300 |
commit | ff60ccfbd9c8dbb9a3224e476ebc1f48b85208fc (patch) | |
tree | 389da7fba89cd7d4188d949cd9827fd5a259733b /ROADMAP.md | |
parent | 3467c5b216bd22a397355600f1a4f43311e9cc5f (diff) | |
download | eslint-config-ff60ccfbd9c8dbb9a3224e476ebc1f48b85208fc.tar.xz eslint-config-ff60ccfbd9c8dbb9a3224e476ebc1f48b85208fc.zip |
feat(eslint): max-statements-per-line
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
@@ -69,7 +69,7 @@ - [ ] "max-nested-callbacks" - [ ] "max-params" - [X] "max-statements" -- [ ] "max-statements-per-line" +- [X] "max-statements-per-line" - [X] "multiline-comment-style" - [ ] "multiline-ternary" - [X] "new-cap" |