summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-06-26 16:59:21 +0900
committernztqa <nztqa@users.noreply.github.com>2017-06-26 16:59:21 +0900
commit06bcb7adaafb16eb57150844f43dd8c0b548f650 (patch)
treef641ace97c5196334ca5a947a038135e6dd25671 /.eslintrc.json
parent7d4015e043597d87c4a12764c3e3119b44a93082 (diff)
downloadwekan-06bcb7adaafb16eb57150844f43dd8c0b548f650.tar.gz
wekan-06bcb7adaafb16eb57150844f43dd8c0b548f650.tar.bz2
wekan-06bcb7adaafb16eb57150844f43dd8c0b548f650.zip
Update: camelcase to never does not check property names at all.
http://eslint.org/docs/2.0.0/rules/camelcase
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
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,