mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
df8e97173f
Change-Id: I8013198fdb5852246a0f8360b931334740eaa147
21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
{
|
|
"preset": "wikimedia",
|
|
"disallowDanglingUnderscores": null,
|
|
"jsDoc": {
|
|
"checkAnnotations": {
|
|
"preset": "jsduck5",
|
|
"extra": {
|
|
"mixin": false
|
|
}
|
|
},
|
|
"requireParamTypes": true,
|
|
"checkReturnTypes": true,
|
|
"checkParamNames": true,
|
|
"checkTypes": "strictNativeCase",
|
|
"requireReturnTypes": true,
|
|
"checkRedundantAccess": true,
|
|
"checkRedundantReturns": true,
|
|
"requireNewlineAfterDescription": true
|
|
}
|
|
}
|