diff --git a/.eslintrc.json b/.eslintrc.json index 2b5af51..33cc707 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -125,13 +125,13 @@ ], "block-spacing": "error", "brace-style": "error", - "camelcase": [ + /* "camelcase": [ "error", { "properties": "never" } - ], - "comma-dangle": "error", + ], */ + // "comma-dangle": "error", "comma-spacing": "error", "comma-style": "error", "computed-property-spacing": "error",