Skip to content

Commit

Permalink
MOBILE-4362 lint: Add deprecatedonmoodle jsdoc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Oct 19, 2023
1 parent e985574 commit d6a19b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down

0 comments on commit d6a19b6

Please sign in to comment.