Skip to content

Commit e871063

Browse files
committed
Update space-before-function-paren rule
Avoid conflicts with Prettier.
1 parent 96cbaa1 commit e871063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const baseRules = {
144144
'error',
145145
{
146146
named: 'never',
147-
anonymous: 'never',
147+
anonymous: 'always',
148148
asyncArrow: 'always',
149149
},
150150
],

0 commit comments

Comments
 (0)