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' } }