mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
parent
ce177e193d
commit
28a6d786c8
21
.jscsrc
21
.jscsrc
@ -1,4 +1,25 @@
|
|||||||
{
|
{
|
||||||
|
"jsDoc": {
|
||||||
|
"checkAnnotations": {
|
||||||
|
"preset": "jsdoc3",
|
||||||
|
"extra": {
|
||||||
|
"fulfil": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"checkParamExistence": true,
|
||||||
|
"checkParamNames": true,
|
||||||
|
"requireParamTypes": true,
|
||||||
|
"checkReturnTypes": true,
|
||||||
|
"checkRedundantReturns": true,
|
||||||
|
"requireReturnTypes": true,
|
||||||
|
"checkTypes": "capitalizedNativeCase",
|
||||||
|
"checkRedundantAccess": true,
|
||||||
|
"requireHyphenBeforeDescription": true,
|
||||||
|
"requireNewlineAfterDescription": true,
|
||||||
|
"requireDescriptionCompleteSentence": true,
|
||||||
|
"requireParamDescription": true,
|
||||||
|
"checkRedundantParams": true
|
||||||
|
},
|
||||||
"disallowAnonymousFunctions": false,
|
"disallowAnonymousFunctions": false,
|
||||||
"disallowShorthandArrowFunctions": true,
|
"disallowShorthandArrowFunctions": true,
|
||||||
"disallowCapitalizedComments": false,
|
"disallowCapitalizedComments": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user