Skip to content

Commit

Permalink
adding __dirname to config
Browse files Browse the repository at this point in the history
  • Loading branch information
abner committed Aug 26, 2016
1 parent 6dc29ca commit 208df39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"Promise": true,
"module": true,
"console": true,
"Buffer": true
"Buffer": true,
"__dirname": true
}
}

0 comments on commit 208df39

Please sign in to comment.