MOBILE-4362 lint: Add deprecatedonmoodle jsdoc tag
This commit is contained in:
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…
x
Reference in New Issue
Block a user