gh_UserManager/apps/web/.eslintrc.json
bermooda-company 54d5891edf user
2026-08-23 23:59:14 +03:30

6 lines
97 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"react/react-in-jsx-scope": "off"
}
}