]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Improve grunt/.jshintrc 12760/head
authorZlatan Vasović <legospace9876@gmail.com>
Sun, 16 Feb 2014 18:57:39 +0000 (19:57 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sun, 16 Feb 2014 18:57:39 +0000 (19:57 +0100)
grunt/.jshintrc

index ddc04c9a545d1c521e68487d08a62b59ed1225bc..47dc88e0be01e02f6b95ca82ae719204667df09c 100644 (file)
@@ -1,5 +1,4 @@
 {
-  "asi": false,
   "camelcase": true,
   "curly": true,
   "eqeqeq": true,
@@ -7,10 +6,10 @@
   "indent": 2,
   "newcap": true,
   "noarg": true,
+  "node": true,
   "nonbsp": true,
   "quotmark": "single",
-  "undef": true,
   "strict": true,
   "trailing": true,
-  "node" : true
+  "undef": true
 }