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
Add sslCAFile option to DatabaseMysqli
[mediawiki.git]
/
tests
/
qunit
/
.eslintrc.json
blob
b3a46f466ab914e37ae2f717eb47ccea531c5d52
1
{
2
"extends": "../../.eslintrc.json",
3
"env": {
4
"qunit": true
5
},
6
"globals": {
7
"sinon": false
8
},
9
"rules": {
10
"operator-linebreak": 0,
11
"quote-props": [ "error", "as-needed" ],
12
"valid-jsdoc": 0
13
}
14
}