From 2b39b6490997a4ebe0174a519b3de9d4c147771c Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Fri, 23 Jan 2015 11:27:58 -0600 Subject: [PATCH] remove trailing option fixes https://github.com/roots/roots/issues/1275 ref https://github.com/jshint/jshint/pull/1554 --- .jshintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index 136eae5..02b1ec4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,6 +11,5 @@ "newcap": true, "noarg": true, "node": true, - "strict": false, - "trailing": true + "strict": false }