aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeyla Jähnig <[email protected]>2022-07-19 09:55:24 +0200
committerGitHub <[email protected]>2022-07-19 07:55:24 +0000
commitea91fe65ce2ad923c73edfbf35ced82643aeb924 (patch)
tree84e943b1e70bfc5fba6da63befbd85b10447b43d
parentf1cdab6b2e650c1c8a62a18485acdd7c1a7680b5 (diff)
downloadfaker-ea91fe65ce2ad923c73edfbf35ced82643aeb924.tar.xz
faker-ea91fe65ce2ad923c73edfbf35ced82643aeb924.zip
chore(linting): disable `unbound-method` warnings (#1128)
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 70b2861f..afc6a3ba 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -50,7 +50,7 @@ module.exports = defineConfig({
allowBoolean: true,
},
],
- '@typescript-eslint/unbound-method': 'warn',
+ '@typescript-eslint/unbound-method': 'off',
},
overrides: [
{