owl-stream/.eslintrc.json

7 lines
101 B
JSON

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