Files
portabase/.eslintrc.json
T

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"
}
}