lint: fix lint errors
Déploiement Frontend BETA / Lint et tests (push) Successful in 1m58s
Déploiement Frontend BETA / Déploiement beta (push) Failing after 6m57s

This commit is contained in:
2026-05-15 21:26:03 +04:00
parent f38ff8202d
commit 7e6dc2a536
6 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -56,7 +56,8 @@
],
"n/prefer-global/process": "off",
"comma-dangle": "off",
"unicorn/prevent-abbreviations": "off"
"unicorn/prevent-abbreviations": "off",
"camelcase": ["error", {"properties": "never"}]
},
"overrides": [
{