Skip to content

Commit

Permalink
Merge pull request #153 from notmessenger/Issue151
Browse files Browse the repository at this point in the history
Closes #151
  • Loading branch information
notmessenger committed Feb 29, 2016
2 parents a169eea + 6184d2c commit 650b395
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"window",
"-Promise"
],
"browser": true,
"boss": true,
"browser": true,
"curly": true,
"debug": false,
"devel": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"evil": true,
"forin": false,
"immed": false,
"laxbreak": false,
"newcap": true,
"noarg": true,
"noempty": false,
"nonew": false,
"nomen": false,
"nonew": false,
"onevar": false,
"plusplus": false,
"regexp": false,
"undef": true,
"sub": true,
"strict": false,
"white": false,
"eqnull": true,
"esnext": true,
"unused": true
"sub": true,
"undef": true,
"unused": true,
"white": false
}

0 comments on commit 650b395

Please sign in to comment.