MOBILE-4362 lint: Remove destructured params from jsdoc

main
Pau Ferrer Ocaña 2023-10-18 11:54:26 +02:00
parent 18ad252340
commit 9bb4f4afe7
1 changed files with 7 additions and 0 deletions

View File

@ -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',