1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

feat: add unicorn/no-unnecessary-array-flat-depth

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2025-05-10 20:41:18 +02:00
parent c4340efc6f
commit 3aacbbeec4
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -252,6 +252,7 @@ export default typescriptESLint.config(
"unicorn/prefer-structured-clone": "error", "unicorn/prefer-structured-clone": "error",
"unicorn/template-indent": "error", "unicorn/template-indent": "error",
"unicorn/consistent-existence-index-check": "error", "unicorn/consistent-existence-index-check": "error",
"unicorn/no-unnecessary-array-flat-depth": "error",
"import-x/no-absolute-path": "error", "import-x/no-absolute-path": "error",
"import-x/no-webpack-loader-syntax": "error", "import-x/no-webpack-loader-syntax": "error",