chore: checkpoint before features reorganization

This commit is contained in:
Théo LAGACHE
2026-06-23 16:00:22 +02:00
parent 7c9b38b1eb
commit 87fe60f82a
34 changed files with 930 additions and 933 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
{
"extends": [
"next/core-web-vitals",
"plugin:tailwindcss/recommended"
],
"extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended"],
"rules": {
"react/no-unescaped-entities": "off",
"react-hooks/rules-of-hooks": "off"
}
}