Skip to content

Commit 59d8cf8

Browse files
committed
fix: Allow for trailing commas in lint rules
1 parent 515f871 commit 59d8cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"brace-style": [2, "1tbs", { "allowSingleLine": false }],
144144
"callback-return": "off",
145145
"camelcase": "off",
146-
"comma-dangle": "error",
146+
"comma-dangle": "off",
147147
"comma-spacing": "off",
148148
"comma-style": "off",
149149
"complexity": ["off", 11],

0 commit comments

Comments
 (0)