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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-02-27 19:38:37 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-02-28 19:30:08 +0400
commitbe8f125ce6225222507f0b7329ea88b99207ac21 (patch)
tree8b5344969ffdb3625b83ed94bca7051528f41a56 /grunt
parent2619325626d25c2f7b342bfc17451e5ff451615f (diff)
Move `camelcase` check to JSCS.
Diffstat (limited to 'grunt')
-rw-r--r--grunt/.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc
index 26ebc7e3b9..d357212cc2 100644
--- a/grunt/.jshintrc
+++ b/grunt/.jshintrc
@@ -1,5 +1,4 @@
{
- "camelcase": true,
"curly" : true,
"eqeqeq" : true,
"immed" : true,