tiefen_space_web/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2024-01-03 01:07:16 +08:00
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
}