Skip to content

Commit d859102

Browse files
authored
Update comments (#362)
1 parent 88c9e28 commit d859102

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const config = {
1414
'plugin:@eslint-community/eslint-comments/recommended'
1515
],
1616
rules: {
17-
// https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase
17+
// see https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase
18+
// see https://github.com/mightyiam/eslint-config-love/issues/1525
1819
'@typescript-eslint/explicit-function-return-type': 'off'
1920
},
2021
overrides: [
@@ -43,7 +44,8 @@ const config = {
4344
],
4445
rules: {
4546
'tsdoc/syntax': 'warn',
46-
// https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase
47+
// see https://typescript-eslint.io/rules/explicit-function-return-type/#configuring-in-a-mixed-jsts-codebase
48+
// see https://github.com/mightyiam/eslint-config-love/issues/1525
4749
'@typescript-eslint/explicit-function-return-type': 'error'
4850
}
4951
}

0 commit comments

Comments
 (0)