Skip to content

Commit

Permalink
chore(build): shut off use strict checks
Browse files Browse the repository at this point in the history
Use strict checking is superceded by use of Babel which liberally
inserts them anywhere it can.
  • Loading branch information
alyec committed Oct 26, 2015
1 parent 957a6f9 commit fe6d645
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"maxparams": 10,
"maxdepth": 5,
"maxstatements": 40,
Expand Down Expand Up @@ -58,4 +57,4 @@
"angular": false,
"$": false
}
}
}

0 comments on commit fe6d645

Please sign in to comment.