Skip to content

Commit

Permalink
chore(linting): disable unbound-method warnings (faker-js#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored and hankucz committed Jul 19, 2022
1 parent 398ff3e commit 5fe7664
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 5fe7664

Please sign in to comment.