repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Import: Handle uploads with sha1 starting with 0 properly"
[mediawiki.git]
/
.jshintrc
blob
b776e8f21a022b8ede512d5acf52832da4a03976
1
{
2
// Enforcing
3
"bitwise": true,
4
"eqeqeq": true,
5
"es3": true,
6
"freeze": true,
7
"latedef": true,
8
"noarg": true,
9
"nonew": true,
10
"undef": true,
11
"unused": true,
12
"strict": false,
13
14
// Relaxing
15
"laxbreak": true,
16
"multistr": true,
17
18
// Environment
19
"browser": true,
20
21
"globals": {
22
"mediaWiki": true,
23
"JSON": true,
24
"OO": true,
25
"mwPerformance": true,
26
"jQuery": false,
27
"QUnit": false,
28
"sinon": false
29
}
30
}