mirror of
https://github.com/sern-handler/frontpage-bot
synced 2026-06-05 17:06:51 +00:00
chore: modify some eslint rules
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"react/no-unescaped-entities": ["error", {"forbid": [">", "}"]}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user