From 8a405fadcd3c4c5fb97e2069df9fc800703b9a98 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Thu, 26 Oct 2023 20:53:10 +0200 Subject: infra(unicorn): prefer-array-some (#2451) --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index bf9afd39..669d5d2c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -54,7 +54,6 @@ module.exports = defineConfig({ 'unicorn/no-object-as-default-parameter': 'off', 'unicorn/no-useless-switch-case': 'off', 'unicorn/numeric-separators-style': 'off', - 'unicorn/prefer-array-some': 'off', 'unicorn/prefer-code-point': 'off', 'unicorn/prefer-export-from': 'off', 'unicorn/prefer-module': 'off', -- cgit v1.2.3