MOBILE-4362 lint: Remove destructured params from jsdoc
parent
18ad252340
commit
9bb4f4afe7
|
@ -204,6 +204,13 @@ const appConfig = {
|
|||
'jsdoc/require-returns-type': 'off',
|
||||
'jsdoc/require-param': 'off',
|
||||
'jsdoc/check-values': 'off',
|
||||
'jsdoc/check-param-names': [
|
||||
'warn',
|
||||
{
|
||||
checkDestructured: false,
|
||||
enableFixer: true
|
||||
},
|
||||
],
|
||||
'linebreak-style': [
|
||||
'error',
|
||||
'unix',
|
||||
|
|
Loading…
Reference in New Issue