repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make Phame blog policies non-nullable
[phabricator.git]
/
support
/
lint
/
node.jshintrc
blob
d79e5878cb6b5bb50da0190afd8a45831bd2d2a5
1
{
2
"bitwise": true,
3
"curly": true,
4
"freeze": true,
5
"immed": true,
6
"indent": 2,
7
"latedef": true,
8
"newcap": true,
9
"noarg": true,
10
"quotmark": "single",
11
"undef": true,
12
"unused": true,
13
14
"expr": true,
15
"loopfunc": true,
16
"strict": true,
17
"sub": true,
18
19
"globals": {
20
"JX": true,
21
"__DEV__": false
22
},
23
"node": true
24
}