hlsitechbot / .eslintrc.json
hlsitech's picture
Upload 93 files
7bbd534 verified
raw
history blame contribute delete
129 Bytes
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": ["error", { "forbid": [">", "}"] }]
}
}