Skip to content

Commit 2775287

Browse files
committed
🎨 Style: remove trailing comma
1 parent 99527bf commit 2775287

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/fixtures/.sgcrc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
"description": "Files added"
77
}
88
],
9-
"rules": [
10-
{
11-
"max-char-commit-message": true,
9+
"rules": {
1210
"max-char": 72,
1311
"min-char": 10,
1412
"end-with-dot": false
15-
}
16-
]
13+
}
1714
}

0 commit comments

Comments
 (0)