Skip to content

Commit

Permalink
update .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed May 30, 2014
1 parent d2153a3 commit f8ae9ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .jshintrc
@@ -1,5 +1,14 @@
{
"bitwise": true,
"camelcase": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"strict": true,
"undef": true,
"unused": true,
"indent": 2,
"quotmark": "single",
"browser": false,
Expand Down

0 comments on commit f8ae9ed

Please sign in to comment.