Skip to content

Commit

Permalink
Update comments (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp authored May 10, 2024
1 parent 88c9e28 commit d859102
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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'
}
}
Expand Down

0 comments on commit d859102

Please sign in to comment.