Skip to content

Commit

Permalink
Fix jshint etc
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarby committed Jun 13, 2015
1 parent 4e41b23 commit 63d71fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"asi": true
}
1 change: 1 addition & 0 deletions test/query_parser_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-env node, mocha */
/* jshint expr: true */

var should = require('should') // eslint-disable-line no-unused-vars

Expand Down

0 comments on commit 63d71fc

Please sign in to comment.