Skip to content

Commit

Permalink
feat: Ignore long comments in max-len rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jul 8, 2019
1 parent f5d6c9d commit 4a8d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ module.exports = {
"warn",
{
code: 120,
comments: 120,
ignoreComments: true,
ignoreRegExpLiterals: true,
ignoreStrings: true,
ignoreTemplateLiterals: true,
Expand Down

0 comments on commit 4a8d39d

Please sign in to comment.