diff options
| author | ST-DDT <[email protected]> | 2024-04-14 08:39:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-14 08:39:53 +0200 |
| commit | 1b62083db6feff53cc0ee1bdf0737d60bdbbf222 (patch) | |
| tree | f2aef12d34c9e4c4b9a8f3d59cbb7781216a81d8 | |
| parent | cb024e84f51ef8786b4abe39a1a8d0bc11aeaa64 (diff) | |
| download | faker-1b62083db6feff53cc0ee1bdf0737d60bdbbf222.tar.xz faker-1b62083db6feff53cc0ee1bdf0737d60bdbbf222.zip | |
infra(unicorn): require-array-join-separator (#2813)
| -rw-r--r-- | .eslintrc.cjs | 1 |
1 files changed, 0 insertions, 1 deletions
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', |
