Skip to content

Commit

Permalink
Swipe Core's .jshintrc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestephanis committed Mar 7, 2014
1 parent dd7f835 commit 6c673ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .jshintrc
@@ -0,0 +1,24 @@
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es3": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"unused": true,

"browser": true,

"globals": {
"_": false,
"Backbone": false,
"jQuery": false,
"wp": false
}
}

0 comments on commit 6c673ec

Please sign in to comment.