Skip to content

Commit

Permalink
Add .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 11, 2014
1 parent c7fb9bb commit 98c5109
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"sub": true,
"eqnull": true,
"laxbreak": true,
"unused": "vars",
"globals": {
"Promise": true
}
}
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
modules/**/__tests__
.jshintrc
.travis.yml
modules/**/__tests__

0 comments on commit 98c5109

Please sign in to comment.