From 03127f73f3bfde9c541f0a221231c372949781f4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 23:14:21 +0400 Subject: feat(eslint): Rule "max-lines" Signed-off-by: Valentin Popov --- src/rules/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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" ], -- cgit v1.2.3