Skip to content

Commit 4558b4a

Browse files
style: remove dangling comma from json
1 parent 7184dab commit 4558b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/functional-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ With the following config:
183183
{
184184
"enforceParameterCount": "exactlyOne",
185185
"ignorePrefixSelector": "CallExpression[callee.property.name='reduce']"
186-
},
186+
}
187187
```
188188

189189
The following inline callback won't be flagged:

0 commit comments

Comments
 (0)