tiefen_space_share_web/.eslintrc.json

7 lines
99 B
JSON
Raw Normal View History

2024-12-04 14:14:25 +08:00
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
}