InspectorRAGet / .eslintrc.json
kpfadnis's picture
chore: Initial commit.
599f646
raw
history blame
113 Bytes
{
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"react/no-unescaped-entities": "off"
}
}