Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Remove deprecated JSHint options.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Nov 1, 2014
1 parent 37624ac commit e8323cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
31 changes: 14 additions & 17 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"node" : true,
"esnext" : true,
"bitwise" : false,
"curly" : false,
"eqeqeq" : true,
"eqnull" : true,
"immed" : true,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"undef" : true,
"strict" : false,
"trailing" : true,
"smarttabs" : true,
"quotmark" : "single",
"indent" : 2,
"white" : true
"node": true,
"esnext": true,
"bitwise": false,
"curly": false,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"undef": true,
"strict": false,
"quotmark": "single",
"indent": 2
}
3 changes: 0 additions & 3 deletions app/templates/jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@
"latedef": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"jquery": true,
"globals": {
"wrap": true,
Expand Down

0 comments on commit e8323cb

Please sign in to comment.