This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
cozynet/.eslintrc.json

5 lines
89 B
JSON

{
"extends": "next/core-web-vitals",
"rules": { "react/no-unescaped-entities": 0 }
}