MOBILE-4362 lint: Add deprecatedonmoodle jsdoc tag

main
Pau Ferrer Ocaña 2023-10-18 17:30:58 +02:00
parent 5d33f5cf2b
commit 7f8081f01b
1 changed files with 6 additions and 0 deletions

View File

@ -205,6 +205,12 @@ const appConfig = {
'jsdoc/require-returns-type': 'off', 'jsdoc/require-returns-type': 'off',
'jsdoc/require-param': 'off', 'jsdoc/require-param': 'off',
'jsdoc/check-values': 'off', 'jsdoc/check-values': 'off',
'jsdoc/check-tag-names': [
'warn',
{
"definedTags": ["deprecatedonmoodle"]
},
],
'jsdoc/check-param-names': [ 'jsdoc/check-param-names': [
'warn', 'warn',
{ {