diff --git a/.eslintrc.json b/.eslintrc.json index a5c96317588..92a7ae17fb8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -244,6 +244,12 @@ "maxEOF": 1 } ], + "comma-spacing": ["error", + { + "before": false, + "after": true + } + ], "jsonc/comma-dangle": [ "error", "always-multiline"