Skip to content

Commit

Permalink
chore: change to another type
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed Oct 23, 2024
1 parent 4a7e355 commit 8a9e567
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ export default [
'no-trailing-spaces': [ 'error', { ignoreComments: true } ],
'indent': [ 'error', 2, { SwitchCase: 1 } ],
'semi': [ 'error', 'always' ],
'function-paren-newline': [
'error',
{
minItems: 4
}
],
'function-paren-newline': [ 'error', 'multiline' ],
'padding-line-between-statements': [
'error',
{
Expand Down

0 comments on commit 8a9e567

Please sign in to comment.