Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
Update JSHint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nDmitry committed Oct 25, 2014
1 parent dbbbfdb commit 060a91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
"trailing": true,
"indent": 4,
"quotmark": true,
"maxparams": 4,
"boss": true,
"eqnull": true,
"lastsemic": true,
"browser": true,
"jquery": true,
"node": true,
"worker": true
"node": true
}
1 change: 0 additions & 1 deletion app/templates/jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"trailing": true,
"indent": 4,
"quotmark": true,
"maxparams": 4,
"boss": true,
"eqnull": true,
"lastsemic": true,
Expand Down

0 comments on commit 060a91a

Please sign in to comment.