tailwindcss/playgrounds/nextjs/.eslintrc.json
2024-03-05 14:29:15 +01:00

8 lines
144 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off",
"react/jsx-no-comment-textnodes": "off"
}
}