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