projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504dc90
)
Add .jshintrc file for server code
author
Jack Allnutt
<jack@allnutt.eu>
Tue, 11 Mar 2014 16:48:49 +0000
(16:48 +0000)
committer
Jack Allnutt
<jack@allnutt.eu>
Tue, 11 Mar 2014 16:48:49 +0000
(16:48 +0000)
server/.jshintrc
[new file with mode: 0644]
patch
|
blob
diff --git a/server/.jshintrc
b/server/.jshintrc
new file mode 100644
(file)
index 0000000..
021f917
--- /dev/null
+++ b/
server/.jshintrc
@@ -0,0
+1,13
@@
+{
+ "node": true,
+ "curly": true,
+ "eqeqeq": true,
+ "immed": true,
+ "indent": 4,
+ "latedef": "nofunc",
+ "newcap": true,
+ "noarg": true,
+ "undef": true,
+ "unused": true,
+ "trailing": true
+}
\ No newline at end of file