Skip to content

Commit 72b2943

Browse files
committed
link to Documentation at http://www.jshint.com/docs/options/
1 parent f36d81a commit 72b2943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

org.nodeclipse.ui/common-templates/.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// from https://gist.github.com/haschek/2595796
55
// with switch to Node.js by Paul Verest
66
// https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/common-templates/.jshintrc
7+
// Documentation is at http://www.jshint.com/docs/options/
78
// --------------------------------------------------------------------
89
//
910
// This is a options template for [JSHint][1], using [JSHint example][2]
@@ -112,4 +113,4 @@
112113
//"iLoveDouglas"
113114
],
114115
"indent" : 4 // Specify indentation spacing
115-
}
116+
}

0 commit comments

Comments
 (0)