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
Kill DeviceDetection
[mediawiki.git]
/
.jshintrc
blob
7fa138d44f3d2d7e45884fa3854076518132da2c
1
{
2
"predef": [
3
"mediaWiki",
4
"jQuery",
5
"QUnit"
6
],
7
8
"bitwise": true,
9
"camelcase": true,
10
"curly": true,
11
"eqeqeq": true,
12
"forin": false,
13
"immed": true,
14
"latedef": true,
15
"newcap": true,
16
"noarg": true,
17
"noempty": true,
18
"nonew": true,
19
"quotmark": "single",
20
"regexp": false,
21
"undef": true,
22
"unused": true,
23
"strict": false,
24
"trailing": true,
25
26
"laxbreak": true,
27
"smarttabs": true,
28
"multistr": true,
29
30
"browser": true,
31
32
"nomen": true,
33
"onevar": true
34
}