You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/10/19 11:06:53 UTC

[6/6] fauxton commit: updated refs/heads/master to 42b9fa4

enable react stylechecks

PR: #560
PR-URL: https://github.com/apache/couchdb-fauxton/pull/560
Reviewed-By: Benjamin Keen <be...@gmail.com>


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

Branch: refs/heads/master
Commit: 42b9fa4069e5fa17df61c2feea171bf3657642d3
Parents: d2d98bd
Author: Robert Kowalski <ro...@apache.org>
Authored: Fri Oct 16 15:39:33 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Mon Oct 19 11:06:15 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/42b9fa40/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d52f3e0..3756bce 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,7 @@
     "urls": "~0.0.3"
   },
   "scripts": {
-    "stylecheck": "eslint .",
+    "stylecheck": "eslint --ext=js,jsx .",
     "test": "grunt test",
     "couchdebug": "grunt couchdebug",
     "couchdb": "grunt couchdb",