Skip to content

Commit

Permalink
chore(linting): disable unbound-method warnings (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Jul 19, 2022
1 parent f1cdab6 commit ea91fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = defineConfig({
allowBoolean: true,
},
],
'@typescript-eslint/unbound-method': 'warn',
'@typescript-eslint/unbound-method': 'off',
},
overrides: [
{
Expand Down

0 comments on commit ea91fe6

Please sign in to comment.