Skip to content

Commit

Permalink
feat: updated array rules
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc92 committed May 10, 2023
1 parent 230a432 commit c148f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ module.exports = {
'array-bracket-newline': [
'warn', {
'multiline': true,
'minItems': 5
'minItems': 4
}
],
'array-element-newline': [
'warn', {
'ArrayExpression': 'never',
'ArrayPattern': 'never'
'multiline': true,
'minItems': 4
}
],
'new-parens': 'warn',
Expand Down

0 comments on commit c148f12

Please sign in to comment.