From c1c0fde639dec37c78c07fbc5e8aa16a1af9450d Mon Sep 17 00:00:00 2001 From: grosbouddha Date: Mon, 27 May 2013 01:24:46 +0200 Subject: [PATCH] pouet --- .jshintrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.jshintrc b/.jshintrc index 50602a98..1e98c389 100644 --- a/.jshintrc +++ b/.jshintrc @@ -1,6 +1,6 @@ { "evil": true, - "asi": true, // tolerate missing ; - "smarttabs": true, // Tolerate mix of space/tabs - "eqnull": true, + "asi": true, + "smarttabs": true, + "eqnull": true } \ No newline at end of file