Skip to content

Commit

Permalink
.jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Feb 28, 2015
1 parent 6c048d8 commit e565e39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage/**
node_modules/**
8 changes: 8 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"maxerr": 50,
"smarttabs": true,
"nonbsp": false,
"quotmark": "single",
"node": true,
"mocha": true
}

0 comments on commit e565e39

Please sign in to comment.