From 1b62083db6feff53cc0ee1bdf0737d60bdbbf222 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 14 Apr 2024 08:39:53 +0200 Subject: infra(unicorn): require-array-join-separator (#2813) --- .eslintrc.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 61553e1f..6dc1c9bb 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -57,7 +57,6 @@ module.exports = defineConfig({ 'unicorn/prefer-export-from': 'off', 'unicorn/prefer-string-slice': 'off', 'unicorn/prevent-abbreviations': 'off', - 'unicorn/require-array-join-separator': 'off', '@typescript-eslint/array-type': [ 'error', -- cgit v1.2.3