Skip to content

Commit

Permalink
remove some jshint options
Browse files Browse the repository at this point in the history
  • Loading branch information
officert committed Jan 24, 2016
1 parent fa094c3 commit 15f2b31
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,15 @@
"node": true,
"esnext": true,
"globals": {
"_": true,
"toastr": true,
"CodeMirror": true,
"angular": true,
"performance": true,
"describe": true,
"before": true,
"beforeEach": true,
"after": true,
"afterEach": true,
"it": true,
"Promise": true,
"$": true,
"alert": true,
"inject": true,
"expect": true,
"window": true,
"should": true,
"spyOn": true
"should": true
},
"camelcase": true,
"bitwise": true,
Expand Down

0 comments on commit 15f2b31

Please sign in to comment.