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.
1 parent f36d81a commit 72b2943Copy full SHA for 72b2943
org.nodeclipse.ui/common-templates/.jshintrc
@@ -4,6 +4,7 @@
4
// from https://gist.github.com/haschek/2595796
5
// with switch to Node.js by Paul Verest
6
// https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/common-templates/.jshintrc
7
+ // Documentation is at http://www.jshint.com/docs/options/
8
// --------------------------------------------------------------------
9
//
10
// This is a options template for [JSHint][1], using [JSHint example][2]
@@ -112,4 +113,4 @@
112
113
//"iLoveDouglas"
114
],
115
"indent" : 4 // Specify indentation spacing
-}
116
+}
0 commit comments