mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-13 18:07:05 +00:00
f378c13472
Change-Id: I17115bfe09b91e6fcf84b329a12deab6c708086b
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
{
|
|
"preset": "wikimedia",
|
|
"disallowEmptyBlocks": {
|
|
"allExcept": [ "comments" ]
|
|
},
|
|
"jsDoc": false,
|
|
"requireDotNotation": {
|
|
"allExcept": [ "keywords" ]
|
|
}
|
|
}
|