mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 23:37:18 +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,
|
||||
"disallowShorthandArrowFunctions": true,
|
||||
"disallowCapitalizedComments": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user