Skip to content

Commit

Permalink
Included .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Oct 18, 2016
1 parent 496692e commit e382fe5
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 e382fe5

Please sign in to comment.