MOBILE-4362 lint: Remove destructured params from jsdoc
This commit is contained in:
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…
x
Reference in New Issue
Block a user