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
Don't display multiple language links to the same language
[mediawiki.git]
/
.jshintrc
blob
b86ceb5f0c9185c6aed8bfcc6a04c684aa6e6b38
1
{
2
"predef": [
3
"mediaWiki",
4
"QUnit"
5
],
6
7
"bitwise": true,
8
"curly": true,
9
"eqeqeq": true,
10
"immed": true,
11
"latedef": true,
12
"newcap": true,
13
"noarg": true,
14
"noempty": true,
15
"nonew": true,
16
"regexp": false,
17
"undef": true,
18
"strict": false,
19
"trailing": true,
20
21
"laxbreak": true,
22
"smarttabs": true,
23
"multistr": true,
24
25
"browser": true,
26
"jquery": true,
27
28
"nomen": true,
29
"onevar": true
30
}