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
Provide missing default attachment list for Files transactions
[phabricator.git]
/
support
/
lint
/
browser.jshintrc
blob
2a9c65bdd2c7ecc9f68a2b2ea5e360ba8018b0d3
1
{
2
"bitwise": true,
3
"curly": true,
4
"freeze": true,
5
"immed": true,
6
"indent": 2,
7
"latedef": "nofunc",
8
"newcap": true,
9
"noarg": true,
10
"quotmark": "single",
11
"undef": true,
12
"unused": "vars",
13
14
"expr": true,
15
"loopfunc": true,
16
"sub": true,
17
18
"globals": {
19
"JX": false,
20
"d3": false,
21
"__DEV__": false
22
},
23
24
"browser": true
25
}