MOBILE-4362 lint: Add deprecatedonmoodle jsdoc tag
parent
5d33f5cf2b
commit
7f8081f01b
|
@ -205,6 +205,12 @@ const appConfig = {
|
|||
'jsdoc/require-returns-type': 'off',
|
||||
'jsdoc/require-param': 'off',
|
||||
'jsdoc/check-values': 'off',
|
||||
'jsdoc/check-tag-names': [
|
||||
'warn',
|
||||
{
|
||||
"definedTags": ["deprecatedonmoodle"]
|
||||
},
|
||||
],
|
||||
'jsdoc/check-param-names': [
|
||||
'warn',
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue