Skip to content

Commit d969a69

Browse files
committed
feat: robustify dangling commas
1 parent 6767ac0 commit d969a69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ module.exports = {
5757
'error',
5858
{ blankLine: 'never', prev: 'import', next: 'import' },
5959
],
60+
'@stylistic/comma-dangle': [
61+
'error',
62+
"only-multiline"
63+
],
6064
"@stylistic/quotes": [
6165
"error",
6266
"single",

0 commit comments

Comments
 (0)