Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-27 15:16:58 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-27 15:16:58 +0400
commita5a671392c4a86fb865ba36e5e1cd0539fb26ad0 (patch)
tree1d1ba61cfe5f31ab635cd9173ff4f13ae0161abe /.jshintrc
parent577e47e207913554f855a4bfba13e6e7226ccaa9 (diff)
rename config to camelcase
Diffstat (limited to '.jshintrc')
-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,