Skip to content

Commit

Permalink
fix(jshint): Removed 'regexp' from server and client jshintrc (I coul…
Browse files Browse the repository at this point in the history
…dn't find it in the docs anywhere), and removed deprecated 'indent' option from client jshintrc

JSCS should be used for code style checking
  • Loading branch information
Awk34 committed Mar 4, 2015
1 parent 49a3a14 commit e02f094
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/templates/client/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
Expand Down
1 change: 0 additions & 1 deletion app/templates/server/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"regexp": true,
"undef": true,
"smarttabs": true,
"asi": true,
Expand Down

0 comments on commit e02f094

Please sign in to comment.