diff --git a/.eslintrc b/.eslintrc index e553807b..b156d3e7 100644 --- a/.eslintrc +++ b/.eslintrc @@ -30,5 +30,6 @@ "ObjectExpression": "first", "ignoreComments": true }], "comma-spacing": ["error"], + "comma-style": ["error"], } }