From ab2cca2621c222761f2c72dd940788475234b2a0 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Fri, 10 May 2024 09:37:28 +0900 Subject: [PATCH] Update comments --- index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b5e0d51..0354803 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,8 @@ const config = { 'plugin:@eslint-community/eslint-comments/recommended' ], rules: { - // https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase + // see https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase + // see https://github.com/mightyiam/eslint-config-love/issues/1525 '@typescript-eslint/explicit-function-return-type': 'off' }, overrides: [ @@ -43,7 +44,8 @@ const config = { ], rules: { 'tsdoc/syntax': 'warn', - // https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase + // see https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase + // see https://github.com/mightyiam/eslint-config-love/issues/1525 '@typescript-eslint/explicit-function-return-type': 'error' } }