Skip to content

Commit

Permalink
Chore: add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 8, 2020
1 parent 7a54712 commit 4793ae7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Expand Up @@ -53,6 +53,11 @@ module.exports = {
parserOptions: {
ecmaVersion: 2020
},

/*
* it fixes eslint-plugin-jsdoc's reports: "Invalid JSDoc tag name "template" jsdoc/check-tag-names"
* refs: https://github.com/gajus/eslint-plugin-jsdoc#check-tag-names
*/
settings: {
jsdoc: {
mode: "typescript"
Expand Down

0 comments on commit 4793ae7

Please sign in to comment.