Skip to content

Commit

Permalink
Merge pull request #413 from nextcloud/enh/jsdoc-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Nov 3, 2022
2 parents e90a755 + d0352ee commit 4cc89e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.js
Expand Up @@ -31,9 +31,10 @@ module.exports = {
},
jsdoc: {
tagNamePreference: {
returns: 'return'
}
}
returns: 'return',
},
mode: 'typescript',
},
},
plugins: ['vue', 'n', 'jsdoc'],
rules: {
Expand Down

0 comments on commit 4cc89e0

Please sign in to comment.