Skip to content

Commit e02f094

Browse files
committed
fix(jshint): Removed 'regexp' from server and client jshintrc (I couldn't find it in the docs anywhere), and removed deprecated 'indent' option from client jshintrc
JSCS should be used for code style checking
1 parent 49a3a14 commit e02f094

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/templates/client/.jshintrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
"curly": true,
88
"eqeqeq": true,
99
"immed": true,
10-
"indent": 2,
1110
"latedef": true,
1211
"newcap": true,
1312
"noarg": true,
1413
"quotmark": "single",
15-
"regexp": true,
1614
"undef": true,
1715
"unused": true,
1816
"strict": true,

app/templates/server/.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"latedef": "nofunc",
88
"newcap": true,
99
"noarg": true,
10-
"regexp": true,
1110
"undef": true,
1211
"smarttabs": true,
1312
"asi": true,

0 commit comments

Comments
 (0)