You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/07/19 00:42:56 UTC

[GitHub] [couchdb-fauxton] iamgollum commented on a change in pull request #1206: Added editor config based on styleguide - #1205

iamgollum commented on a change in pull request #1206: Added editor config based on styleguide - #1205
URL: https://github.com/apache/couchdb-fauxton/pull/1206#discussion_r305165723
 
 

 ##########
 File path: package.json
 ##########
 @@ -15,16 +15,34 @@
       "react"
     ]
   },
+  "husky": {
+    "hooks": {
+      "pre-commit": "lint-staged"
+    }
+  },
+  "lint-staged": {
+    "*.{js,jsx}": [
 
 Review comment:
   @popojargo thats up to you guys ... if there is a lot of JSON, sure I can add that in.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services