projects
/
KiwiIRC.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
making it librejs compliant
[KiwiIRC.git]
/
server
/
.jshintrc
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
{
2
"node": true,
3
"curly": true,
4
"eqeqeq": true,
5
"immed": true,
6
"indent": 4,
7
"latedef": "nofunc",
8
"newcap": true,
9
"noarg": true,
10
"undef": true,
11
"unused": true,
12
"trailing": true
13
}