From 0d3f95b6de7820d16fb6375884ddb9c7b3f76a7e Mon Sep 17 00:00:00 2001 From: Sneh Khatri <75059911+The-x-Theorist@users.noreply.github.com> Date: Fri, 22 Oct 2021 23:07:32 +0530 Subject: [PATCH] Update lib/rules/max-lines-per-function.js Co-authored-by: Nitin Kumar --- lib/rules/max-lines-per-function.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/max-lines-per-function.js b/lib/rules/max-lines-per-function.js index f792dec94d1..2a9f24e8962 100644 --- a/lib/rules/max-lines-per-function.js +++ b/lib/rules/max-lines-per-function.js @@ -79,7 +79,7 @@ module.exports = { OPTIONS_OR_INTEGER_SCHEMA ], messages: { - exceed: "{{name}} has exceeded the line limit by ({{linesExceed}}). Maximum allowed is {{maxLines}}." + exceed: "{{name}} has exceeded the limit of lines allowed by ({{linesExceed}}). Maximum allowed is {{maxLines}}." } },