Skip to content

Commit

Permalink
feat: allow longer function declaration lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomerson authored and onebytegone committed Apr 24, 2023
1 parent e57eddb commit 11e4950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ module.exports = {
'code': 140,
'comments': 90,
'ignoreUrls': true,
'ignorePattern': '^\\s*((async|export|default|async|public|private|protected|function) )+.*\\{', // function declaration lines
},
],
'max-nested-callbacks': [ 'error', 6 ],
Expand Down

0 comments on commit 11e4950

Please sign in to comment.