[Pkg-javascript-commits] [node-mocks-http] 228/296: Relax `consistent-return` rule

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:39 UTC 2016


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

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 970417dfd92487cb8fa4e9c4de2551744be52934
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date:   Sat May 23 13:14:31 2015 +0800

    Relax `consistent-return` rule
---
 .eslintrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.eslintrc b/.eslintrc
index a695479..2b3b6c6 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -60,6 +60,7 @@
         "brace-style": 2,
         "camelcase": 2,
         "consistent-this": [2, "self"],
+        "consistent-return": 0,
         "curly": 2,
         "dot-notation": 2,
         "eqeqeq": 2,

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



More information about the Pkg-javascript-commits mailing list