[Pkg-javascript-commits] [backbone] 90/173: Reenable already passing ESLint rules for tests

Jonas Smedegaard dr at jones.dk
Wed Aug 31 07:44:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository backbone.

commit 42392c3aad1dd50560e167250d6739ed6f8d35fc
Author: Jordan Eldredge <jordan at jordaneldredge.com>
Date:   Wed Dec 16 08:12:51 2015 -0800

    Reenable already passing ESLint rules for tests
    
    Previous changes made these exceptions obsolete.
---
 test/.eslintrc | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/test/.eslintrc b/test/.eslintrc
index 7436d43..d58edcc 100644
--- a/test/.eslintrc
+++ b/test/.eslintrc
@@ -9,17 +9,9 @@
     "$": true
   },
   "rules": {
-    "array-bracket-spacing": 0,
-    "brace-style": 0,
-    "camelcase": 0,
-    "comma-spacing": 0,
-    "no-extend-native": 0,
-    "no-new-wrappers": 0,
-    "no-spaced-func": 0,
-    "no-sparse-arrays": 0,
+    "camelCase": 0,
     "no-throw-literal": 0,
     "no-undefined": 0,
-    "quote-props": 0,
-    "space-before-function-paren": 0
+    "quote-props": 0
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list