2015-08-26 10:15:16 +00:00
|
|
|
{
|
2016-11-08 15:59:22 +00:00
|
|
|
"preset": "wikimedia",
|
|
|
|
|
|
|
|
"requireObjectKeysOnNewLine": true,
|
|
|
|
"requireSpacesInsideBrackets": null,
|
|
|
|
"disallowImplicitTypeConversion": ["numeric", "boolean", "binary", "string"],
|
|
|
|
"excludeFiles": [
|
|
|
|
"vendor/**",
|
|
|
|
"node_modules/**"
|
|
|
|
],
|
2016-11-08 11:06:19 +00:00
|
|
|
"disallowDanglingUnderscores": {
|
|
|
|
"allExcept": ["__REDUX_DEVTOOLS_EXTENSION_COMPOSE__"]
|
|
|
|
},
|
2016-11-08 15:59:22 +00:00
|
|
|
"jsDoc": {
|
|
|
|
"checkParamExistence": true,
|
|
|
|
"checkParamNames": true,
|
|
|
|
"checkRedundantParams": true,
|
|
|
|
"enforceExistence": true,
|
|
|
|
"checkReturnTypes": true,
|
|
|
|
"checkRedundantReturns": true,
|
|
|
|
"requireReturnTypes": true,
|
|
|
|
"checkTypes": "capitalizedNativeCase",
|
|
|
|
"@fixme": "https://github.com/jscs-dev/jscs-jsdoc/pull/138"
|
|
|
|
}
|
2016-11-08 11:06:19 +00:00
|
|
|
}
|