mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
675d4d08ae
Let's editors know how to syntax highlight, and allows coverage by jsonlint. Change-Id: I3207e85f67a04c7d21a5b999534e8c8075c0790d
17 lines
223 B
JSON
17 lines
223 B
JSON
{
|
|
"extends": "wikimedia",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"jquery": true,
|
|
"qunit": true
|
|
},
|
|
"globals": {
|
|
"mediaWiki": false,
|
|
"OO": false
|
|
},
|
|
"rules": {
|
|
"dot-notation": [ "error", { "allowKeywords": true } ]
|
|
}
|
|
}
|