diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 22:40:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 22:40:56 +0300 |
commit | 6c7cf2ef0997913a48051519961c867591307744 (patch) | |
tree | cd32b9d6160e523a9338750c7bdebbc610fce340 /ROADMAP.md | |
parent | c1a74da765329f074d3bd8b2a80282cace1f684d (diff) | |
download | eslint-config-6c7cf2ef0997913a48051519961c867591307744.tar.xz eslint-config-6c7cf2ef0997913a48051519961c867591307744.zip |
feat(eslint): Rule "max-lines-per-function"
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
@@ -65,7 +65,7 @@ - [ ] "max-depth" - [X] "max-len" - [X] "max-lines" -- [ ] "max-lines-per-function" +- [X] "max-lines-per-function" - [ ] "max-nested-callbacks" - [ ] "max-params" - [X] "max-statements" |