We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f30566a + e02f094 commit fc43a03Copy full SHA for fc43a03
app/templates/client/.jshintrc
@@ -7,12 +7,10 @@
7
"curly": true,
8
"eqeqeq": true,
9
"immed": true,
10
- "indent": 2,
11
"latedef": true,
12
"newcap": true,
13
"noarg": true,
14
"quotmark": "single",
15
- "regexp": true,
16
"undef": true,
17
"unused": true,
18
"strict": true,
app/templates/server/.jshintrc
@@ -7,7 +7,6 @@
"latedef": "nofunc",
"smarttabs": true,
"asi": true,
0 commit comments