diff --git a/.eslintrc.js b/.eslintrc.js index 96140560a59..a53fedba15b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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"