diff --git a/.jshintrc b/.jshintrc index da30a2e..e5883b8 100644 --- a/.jshintrc +++ b/.jshintrc @@ -25,6 +25,9 @@ "indent": 4, "latedef": true, "lastsemic": true, + "maxparams": 5, + "maxdepth": 3, + "maxcomplexity": 5, "newcap": true, "noarg": true, "noempty": false, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbe03ca..86e3036 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ `git checkout -b feature` -5. Read the [Code Style Guide](https://github.com/laktek/punch/wiki/Code-Style-Guide) +5. Read the [Code Style Guide](https://github.com/laktek/punch/wiki/Code-Style-Guide). 6. **Make your changes.** (It helps a lot if you write tests first.)