repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix UserTest case that was missing a cache purge
[mediawiki.git]
/
.eslintrc.json
blob
135d3b95f38295e0120cc81ec4e0fb7737a169b5
1
{
2
"extends": "wikimedia",
3
"env": {
4
"browser": true,
5
"jquery": true,
6
"qunit": true
7
},
8
"globals": {
9
"require": false,
10
"module": false,
11
"mediaWiki": false,
12
"mwPerformance": false,
13
"OO": false
14
},
15
"rules": {
16
"dot-notation": 0,
17
"valid-jsdoc": 0
18
}
19
}