Skip to content

Commit

Permalink
Merge pull request #64 from silvermine/jrthomer/long-function-declara…
Browse files Browse the repository at this point in the history
…tions

feat: allow longer function declaration lines
  • Loading branch information
onebytegone committed Jun 14, 2023
2 parents 39387fe + 11e4950 commit 49a6315
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 49a6315

Please sign in to comment.