Skip to content

Commit

Permalink
增加jshint的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhurt committed Jun 21, 2014
1 parent 5c5cf68 commit 9b1a751
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true
}

0 comments on commit 9b1a751

Please sign in to comment.