2013-12-06 02:34:44 +00:00
|
|
|
{
|
2015-08-19 17:25:11 +00:00
|
|
|
"preset": "wikimedia",
|
|
|
|
|
2015-08-19 18:09:34 +00:00
|
|
|
"jsDoc": {
|
|
|
|
"checkAnnotations": {
|
|
|
|
"preset": "jsduck5",
|
|
|
|
"extra": {
|
2016-03-10 04:09:06 +00:00
|
|
|
"this": "some",
|
|
|
|
"source": "some",
|
|
|
|
"see": "some"
|
2015-08-19 18:09:34 +00:00
|
|
|
}
|
2015-08-19 18:21:01 +00:00
|
|
|
},
|
2015-08-19 18:37:13 +00:00
|
|
|
"checkTypes": "strictNativeCase",
|
2015-08-19 18:33:59 +00:00
|
|
|
"checkParamNames": true,
|
2015-08-19 18:35:43 +00:00
|
|
|
"checkRedundantAccess": true,
|
|
|
|
"checkRedundantReturns": true,
|
2015-08-19 18:38:35 +00:00
|
|
|
"requireNewlineAfterDescription": true,
|
|
|
|
"requireParamTypes": true,
|
|
|
|
"requireReturnTypes": true
|
2016-06-07 16:17:02 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"excludeFiles": [
|
|
|
|
"modules/ve-mw/init/classListSkipFunction.js"
|
|
|
|
]
|
2013-12-06 02:34:44 +00:00
|
|
|
}
|