Skip to content

Commit

Permalink
Merge pull request #74 from mhenkens/fix/73
Browse files Browse the repository at this point in the history
fix(config): disactivate rule `@typescript-eslint/unbound-method`
SuperITMan authored Jun 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 925d8bb + 7c961f9 commit 593371d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/index.js
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ module.exports = {
"@angular-eslint/component-selector": "off",
"@angular-eslint/directive-selector": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/unbound-method": "off",
"jsdoc/check-indentation": "off",
"jsdoc/newline-after-description": "off",
"no-useless-constructor": "error",

0 comments on commit 593371d

Please sign in to comment.