Cleo tweaks

This commit is contained in:
Matthew Bessette
2026-07-28 12:13:24 -04:00
parent 53c6bf735d
commit 3d55a968d0
4 changed files with 100 additions and 16 deletions
+3
View File
@@ -15,6 +15,9 @@
"perf": "error"
},
"rules": {
"react/exhaustive-deps": "error",
"import/no-extraneous-dependencies": "warn",
"import/no-duplicates": "warn",
"unicorn/require-module-specifiers": "off",
"no-await-in-loop": "warn",
"typescript/no-extraneous-class": ["warn", { "allowWithDecorator": true }],