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 407601b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Expand Up @@ -53,6 +53,12 @@ module.exports = {
parserOptions: {
ecmaVersion: 2020
},

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

0 comments on commit 407601b

Please sign in to comment.