From 12d27768242936686364cdaf086368ffd7f90874 Mon Sep 17 00:00:00 2001 From: Rob Halff Date: Fri, 17 Oct 2014 01:14:00 +0200 Subject: [PATCH] allow comma first style and increase line length --- .jshintrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index c8c31032..d9f8a8ab 100644 --- a/.jshintrc +++ b/.jshintrc @@ -5,8 +5,9 @@ "indent": 2, "undef": true, "quotmark": "single", -"maxlen": 80, +"maxlen": 150, "trailing": true, "newcap": true, -"nonew": true +"nonew": true, +"laxcomma": true }