summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-27 13:37:18 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-27 13:37:18 +0100
commitf62b8a7896ad0f1a0b46dc4422861f22bf4d8852 (patch)
treece354dda5a912bd36c838045a3c4f2184cefb59a
parent6fe1cf7ae401667625f9d15b9c7495c4dfb68412 (diff)
parenta5a671392c4a86fb865ba36e5e1cd0539fb26ad0 (diff)
downloadnextcloud-server-f62b8a7896ad0f1a0b46dc4422861f22bf4d8852.tar.gz
nextcloud-server-f62b8a7896ad0f1a0b46dc4422861f22bf4d8852.zip
Merge pull request #7451 from owncloud/fix-jshint
rename config to camelcase
-rw-r--r--.jshintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index f40dd22b5fd..90cec5c5961 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,5 +1,5 @@
{
- "camelCase": true,
+ "camelcase": true,
"eqeqeq": true,
"immed": true,
"latedef": false,