bonsai-web/.eslintrc.json

8 lines
157 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": 0,
"react/jsx-key": [1, { "checkFragmentShorthand": true }]
}
}