Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Enabled JSHint code complexity options
Browse files Browse the repository at this point in the history
  • Loading branch information
laktek committed Sep 27, 2012
1 parent 26e181a commit d2bf140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .jshintrc
Expand Up @@ -25,6 +25,9 @@
"indent": 4,
"latedef": true,
"lastsemic": true,
"maxparams": 5,
"maxdepth": 3,
"maxcomplexity": 5,
"newcap": true,
"noarg": true,
"noempty": false,
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.)

Expand Down

0 comments on commit d2bf140

Please sign in to comment.