riffusion-app/.eslintrc.json

5 lines
89 B
JSON
Raw Permalink Normal View History

{
2022-12-05 21:40:05 -07:00
"extends": "next/core-web-vitals",
"rules": { "react/no-unescaped-entities": 0 }
}