repo.or.cz
/
T119942Repr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Be compatible with MW < 1.25
[T119942Repr.git]
/
.jshintrc
blob
d43c482ab00bdea4177aa91884ad667c93c0bdf3
1
{
2
// Enforcing
3
"bitwise": true,
4
"eqeqeq": true,
5
"es3": true,
6
"latedef": true,
7
"noarg": true,
8
"nonew": true,
9
"undef": true,
10
"unused": true,
11
"strict": false,
12
13
// Environment
14
"browser": true,
15
16
"globals": {
17
"mw": false,
18
"$": false
19
}
20
}