Skip to content

Commit

Permalink
Set esnext option
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Dec 29, 2014
1 parent b5a75f3 commit 3ebc441
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
"unused": true,
"strict": true,
"trailing": true,
"boss": true,
"asi": true,
"boss": true,
"esnext": true,
"eqnull": true,
"browser": true,
"worker": true,
"globals": {
"Promise": false
}
"worker": true
}

0 comments on commit 3ebc441

Please sign in to comment.