From 06bcb7adaafb16eb57150844f43dd8c0b548f650 Mon Sep 17 00:00:00 2001 From: nztqa Date: Mon, 26 Jun 2017 16:59:21 +0900 Subject: Update: camelcase to never does not check property names at all. http://eslint.org/docs/2.0.0/rules/camelcase --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5fa05a38..64e2b702 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,7 +28,7 @@ "no-unneeded-ternary": 2, "radix": 2, "semi": [2, "always"], - "camelcase": 2, + "camelcase": [2, {"properties": "never"}], "comma-spacing": 2, "comma-style": 2, "eol-last": 2, -- cgit v1.2.3-1-g7c22