diff options
| author | Leyla Jähnig <[email protected]> | 2022-07-19 09:55:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-19 07:55:24 +0000 |
| commit | ea91fe65ce2ad923c73edfbf35ced82643aeb924 (patch) | |
| tree | 84e943b1e70bfc5fba6da63befbd85b10447b43d | |
| parent | f1cdab6b2e650c1c8a62a18485acdd7c1a7680b5 (diff) | |
| download | faker-ea91fe65ce2ad923c73edfbf35ced82643aeb924.tar.xz faker-ea91fe65ce2ad923c73edfbf35ced82643aeb924.zip | |
chore(linting): disable `unbound-method` warnings (#1128)
| -rw-r--r-- | .eslintrc.js | 2 |
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: [ { |
