1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

fix: relax unicorn/consistent-destructuring

This commit is contained in:
2024-11-11 20:42:08 +01:00
parent ee4897153d
commit 8ae05c8bee

View File

@@ -216,7 +216,6 @@ export default typescriptESLint.config(
"unicorn/better-regex": "error",
"unicorn/catch-error-name": "error",
"unicorn/consistent-destructuring": "error",
"unicorn/custom-error-definition": "error",
"unicorn/error-message": "error",
"unicorn/escape-case": "error",