Skip to content

Commit

Permalink
Update space-before-function-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Oct 23, 2024
1 parent 6af8812 commit de09425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/stylistic-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = {
'space-before-function-paren': [
'error',
{
anonymous: 'never',
anonymous: 'always',
named: 'never',
asyncArrow: 'always',
},
Expand Down

0 comments on commit de09425

Please sign in to comment.