Skip to content

Commit

Permalink
Update lib/rules/max-lines-per-function.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
The-x-Theorist and snitin315 committed Oct 22, 2021
1 parent bb1f228 commit 0d3f95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/max-lines-per-function.js
Expand Up @@ -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}}."
}
},

Expand Down

0 comments on commit 0d3f95b

Please sign in to comment.