Skip to content

Commit e75b8ba

Browse files
committed
Fix xo
1 parent f34c664 commit e75b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function parameters(value) {
5959

6060
return rest.replace(whiteSpaceExpression, '') ? null : attributes
6161

62-
/* eslint-disable max-params */
62+
// eslint-disable-next-line max-params
6363
function replacer($0, $1, $2, $3, $4) {
6464
var result = $2 || $3 || $4 || ''
6565

0 commit comments

Comments
 (0)