Skip to content

Commit

Permalink
Add @stylistic/function-paren-newline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 3, 2024
1 parent cb6b443 commit fb5e204
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ const rules = {
'error',
'never',
],
'@stylistic/function-paren-newline': [
'error',
'multiline',
],
'func-name-matching': [
'error',
{
Expand Down

0 comments on commit fb5e204

Please sign in to comment.