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

Commit

Permalink
Moving around jshint configuration to where it belongs
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Mar 18, 2015
1 parent d3d4b4a commit 1788420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .jshintrc
Expand Up @@ -8,8 +8,5 @@
"nonbsp": true,
"trailing": true,
"undef": true,
"unused": true,
"globals": {
"module": true
}
"unused": true
}
1 change: 1 addition & 0 deletions src/.jshintrc
Expand Up @@ -5,6 +5,7 @@
"quotmark": "single",
"globals": {
"define": true,
"module": true,
"require": true
},

Expand Down

0 comments on commit 1788420

Please sign in to comment.