diff options
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 2 |
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, |