mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
c15cb2675f
Change-Id: I3182708b5ab5b127b7e4a32d875d390485370816
22 lines
460 B
Plaintext
22 lines
460 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,
|
|
"checkRedundantParams": true,
|
|
"checkRedundantReturns": true,
|
|
"requireNewlineAfterDescription": true
|
|
}
|
|
}
|