mirror of
https://github.com/sern-handler/frontpage-bot
synced 2026-06-06 01:16:54 +00:00
7 lines
127 B
JSON
7 lines
127 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"react/no-unescaped-entities": ["error", {"forbid": [">", "}"]}]
|
|
}
|
|
}
|