diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 22:14:21 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 22:14:21 +0300 |
commit | 03127f73f3bfde9c541f0a221231c372949781f4 (patch) | |
tree | 166e7b078e74ae781a16cbaef1f0783aad657b87 /src/rules/default.json | |
parent | 21abdcaf6343c562ad6cea87fa185e0a0e720663 (diff) | |
download | eslint-config-03127f73f3bfde9c541f0a221231c372949781f4.tar.xz eslint-config-03127f73f3bfde9c541f0a221231c372949781f4.zip |
feat(eslint): Rule "max-lines"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/default.json')
-rw-r--r-- | src/rules/default.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json index 6e6a96a..016fd93 100644 --- a/src/rules/default.json +++ b/src/rules/default.json @@ -117,6 +117,9 @@ "exceptAfterSingleLine": false } ], + "max-lines": [ + "off" + ], "max-statements": [ "off" ], |