From eb7a5db36aabb6b66430c068cc9cb181e8394fe9 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 17 Feb 2015 15:21:54 +0700 Subject: [PATCH] minor meta files tweak --- .editorconfig | 1 - .jshintrc | 4 ---- 2 files changed, 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8311fe1..86c8f59 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,3 @@ -# editorconfig.org root = true [*] diff --git a/.jshintrc b/.jshintrc index 3e1760c..804f8af 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,13 +4,9 @@ "bitwise": true, "camelcase": true, "curly": true, - "eqeqeq": true, "immed": true, - "indent": 4, "newcap": true, "noarg": true, - "proto": true, - "quotmark": "single", "undef": true, "unused": "vars", "strict": true