2024-11-03 11:30:44 +01:00
|
|
|
{
|
2024-11-03 15:29:30 +01:00
|
|
|
"extends": [
|
|
|
|
|
"next/core-web-vitals",
|
|
|
|
|
"plugin:tailwindcss/recommended"
|
|
|
|
|
],
|
|
|
|
|
"rules": {
|
|
|
|
|
"react/no-unescaped-entities": "off",
|
2025-01-02 17:58:14 +01:00
|
|
|
"react-hooks/rules-of-hooks": "off"
|
2024-12-31 16:42:19 +01:00
|
|
|
|
2024-11-03 15:29:30 +01:00
|
|
|
}
|
2024-11-03 11:30:44 +01:00
|
|
|
}
|