mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-14 18:05:04 +00:00
97c134e397
Also: Add license (MIT). Change-Id: Ia184b396b648ecb4ef30b40d13618e2ecf72294a
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
|
|
}
|
|
}
|