From ba9caaeae5ee4fefa244214b58dcfda478a4197e Mon Sep 17 00:00:00 2001 From: Pouria Ezzati Date: Sat, 23 Sep 2017 21:56:16 +0330 Subject: [PATCH] updated eslint rules for camelCase and comma-dangle --- .eslintrc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",