bonsai-web/.eslintrc.json

8 lines
157 B
JSON
Raw Normal View History

2024-03-03 12:02:04 +03:30
{
2024-09-11 14:42:22 +03:30
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": 0,
"react/jsx-key": [1, { "checkFragmentShorthand": true }]
}
2024-03-03 12:02:04 +03:30
}