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

Diff for: app/templates/client/.jshintrc

-2
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,

Diff for: app/templates/server/.jshintrc

-1
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)