mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
8 lines
176 B
JSON
8 lines
176 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended"],
|
|
"rules": {
|
|
"react/no-unescaped-entities": "off",
|
|
"react-hooks/rules-of-hooks": "off"
|
|
}
|
|
}
|