diff options
| author | ST-DDT <[email protected]> | 2023-10-18 00:27:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-17 22:27:11 +0000 |
| commit | b8f31f606af880ddc3eb89b0837ef9ae49da1f99 (patch) | |
| tree | 6a7ab6f580402dd027b314b7a4d84c7251e6f0d1 | |
| parent | 980f230947ca250086aedf37160abe86c766f969 (diff) | |
| download | faker-b8f31f606af880ddc3eb89b0837ef9ae49da1f99.tar.xz faker-b8f31f606af880ddc3eb89b0837ef9ae49da1f99.zip | |
infra(unicorn): no-instanceof-array (#2459)
| -rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index ad17b31b..ddbe40ab 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -56,7 +56,6 @@ module.exports = defineConfig({ 'unicorn/no-array-reduce': 'off', 'unicorn/no-await-expression-member': 'off', 'unicorn/no-for-loop': 'off', - 'unicorn/no-instanceof-array': 'off', 'unicorn/no-negated-condition': 'off', 'unicorn/no-object-as-default-parameter': 'off', 'unicorn/no-useless-switch-case': 'off', |
