Files

8 lines
176 B
JSON
Raw Permalink Normal View History

2024-11-03 11:30:44 +01:00
{
2026-06-27 17:08:38 +02:00
"extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended"],
2024-11-03 15:29:30 +01:00
"rules": {
"react/no-unescaped-entities": "off",
2025-01-02 17:58:14 +01:00
"react-hooks/rules-of-hooks": "off"
2024-11-03 15:29:30 +01:00
}
2024-11-03 11:30:44 +01:00
}