mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
bf520fee03
Change-Id: I60c769f1cb028e4f4da7aeb04ed2383b689ddbc8
22 lines
398 B
Plaintext
22 lines
398 B
Plaintext
{
|
|
"preset": "wikimedia",
|
|
|
|
"jsDoc": {
|
|
"checkAnnotations": {
|
|
"preset": "jsduck5",
|
|
"extra": {
|
|
"this": true,
|
|
"source": true,
|
|
"see": true
|
|
}
|
|
},
|
|
"checkTypes": "strictNativeCase",
|
|
"checkParamNames": true,
|
|
"checkRedundantAccess": true,
|
|
"checkRedundantReturns": true,
|
|
"requireNewlineAfterDescription": true,
|
|
"requireParamTypes": true,
|
|
"requireReturnTypes": true
|
|
}
|
|
}
|