Skip to content

Commit

Permalink
max len max lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 17, 2023
1 parent 3a5448b commit 08364af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Expand Up @@ -381,6 +381,14 @@ module.exports = {
// ],

'max-depth': 'warn',
'max-len': [
'warn',
200,
],
'max-lines': [
'warn',
1000,
],
'max-nested-callbacks': [
'warn',
4,
Expand Down

0 comments on commit 08364af

Please sign in to comment.