mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
d378e4e3b9
Remove wgEchoMaxNotificationCount and wgEchoPollForUpdates from the startup module and put them in the ext.echo.init module. Change-Id: I03f9a3953aa97ead1a29c13a992a02404a6d0b68
18 lines
190 B
JSON
18 lines
190 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client",
|
|
"wikimedia/jquery"
|
|
],
|
|
"env": {
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"OO": false,
|
|
"mw": false
|
|
},
|
|
"rules": {
|
|
"max-len": 0
|
|
}
|
|
}
|