From 3aacbbeec4a9558009389e634a6713e44a107aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 10 May 2025 20:41:18 +0200 Subject: [PATCH] feat: add `unicorn/no-unnecessary-array-flat-depth` BREAKING CHANGE: New rule introduced --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index de19af2..c28f46f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -252,6 +252,7 @@ export default typescriptESLint.config( "unicorn/prefer-structured-clone": "error", "unicorn/template-indent": "error", "unicorn/consistent-existence-index-check": "error", + "unicorn/no-unnecessary-array-flat-depth": "error", "import-x/no-absolute-path": "error", "import-x/no-webpack-loader-syntax": "error",