2015-05-02 03:31:16 +00:00
|
|
|
{
|
|
|
|
"preset": "wikimedia",
|
2016-02-29 15:42:32 +00:00
|
|
|
"disallowDanglingUnderscores": null,
|
|
|
|
"jsDoc": {
|
|
|
|
"checkAnnotations": {
|
|
|
|
"preset": "jsduck5",
|
|
|
|
"extra": {
|
2016-05-11 20:33:17 +00:00
|
|
|
"mixin": false,
|
|
|
|
"todo": true,
|
|
|
|
"see": true
|
2016-02-29 15:42:32 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"requireParamTypes": true,
|
|
|
|
"checkReturnTypes": true,
|
2016-03-25 18:52:59 +00:00
|
|
|
"checkParamNames": true,
|
2016-03-25 18:47:00 +00:00
|
|
|
"checkTypes": "strictNativeCase",
|
2016-02-29 15:42:32 +00:00
|
|
|
"requireReturnTypes": true,
|
2016-03-07 13:29:15 +00:00
|
|
|
"checkRedundantAccess": true,
|
2016-03-25 19:00:43 +00:00
|
|
|
"checkRedundantParams": true,
|
2016-03-25 18:54:29 +00:00
|
|
|
"checkRedundantReturns": true,
|
2016-03-07 13:29:15 +00:00
|
|
|
"requireNewlineAfterDescription": true
|
2016-02-29 15:42:32 +00:00
|
|
|
}
|
2015-05-02 03:31:16 +00:00
|
|
|
}
|