Skip to content

Commit

Permalink
Sync .jshintrc from core
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Mar 8, 2017
1 parent 1ace571 commit 93bdaaf
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"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,
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"es3": true,
"expr": true,
"immed": true,
"noarg": true,
"nonbsp": true,
"onevar": true,
"quotmark": "single",
"trailing": true,
"undef": true,
"unused": true,

"browser": true,
"browserify": true,
"qunit": true,
"browser": true,

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

0 comments on commit 93bdaaf

Please sign in to comment.