From 4793ae73bf646d46d17efbc4f8c2b56082ac6101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E5=88=83?= Date: Wed, 8 Apr 2020 19:03:59 +0800 Subject: [PATCH] Chore: add a comment --- .eslintrc.js | 5 +++++ 1 file changed, 5 insertions(+) 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"