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. Let me know. I wonder what @garrensmith @Antonio-Maranhao think as well ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services