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
Add help link to three rather important pages
[mediawiki.git]
/
.jshintrc
blob
d77ffb81f7a805bc088bbccc9df3d57a454eceed
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
"jQuery": false,
25
"QUnit": false
26
}
27
}