web/.eslintrc.json

8 lines
157 B
JSON
Raw Normal View History

2024-01-10 11:04:28 +03:30
{
2024-02-16 19:10:32 +03:30
"extends": "next/core-web-vitals",
2024-04-25 23:06:01 +03:30
"rules": {
"react/no-unescaped-entities": 0,
"react/jsx-key": [1, { "checkFragmentShorthand": true }]
}
2024-01-10 11:04:28 +03:30
}