You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by mi...@apache.org on 2016/07/19 15:51:19 UTC

fauxton commit: updated refs/heads/master to 2b7d8a4

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 6036fed42 -> 2b7d8a464


use code instead of message for linter


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/2b7d8a46
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/2b7d8a46
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/2b7d8a46

Branch: refs/heads/master
Commit: 2b7d8a46498c71823ed943af30b28be7b253061b
Parents: 6036fed
Author: michellephung <mi...@gmail.com>
Authored: Tue Jul 19 11:14:37 2016 -0400
Committer: michellephung <mi...@gmail.com>
Committed: Tue Jul 19 11:16:23 2016 -0400

----------------------------------------------------------------------
 .eslintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2b7d8a46/.eslintrc
----------------------------------------------------------------------
diff --git a/.eslintrc b/.eslintrc
index 7cc98db..c009736 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -26,7 +26,7 @@
     "no-trailing-spaces": 2,
     "semi-spacing": [2, {"before": false, "after": true}],
     "no-empty": 2,
-    "space-in-parens": ["error", "never"]
+    "space-in-parens": [2, "never"]
   },
 
   "parserOptions": {